diff --git a/packages/app-admin/su-exec/su-exec-0.2.exheres-0 b/packages/app-admin/su-exec/su-exec-0.2.exheres-0 new file mode 100644 index 0000000..f423ba8 --- /dev/null +++ b/packages/app-admin/su-exec/su-exec-0.2.exheres-0 @@ -0,0 +1,30 @@ +# Copyright 2018 Julian Ospald +# Distributed under the terms of the GNU General Public License v2 + +require github [ user='ncopa' tag="v${PV}" ] + +SUMMARY="Switch user and group id and exec" + +LICENCES="MIT" +SLOT="0" +PLATFORMS="~amd64 ~x86" +MYOPTIONS="" + +BUGS_TO="hasufell@posteo.de" + +DEFAULT_SRC_COMPILE_PARAMS=( + CC=${CC} +) + +src_prepare() { + default + edo sed -i \ + -e "s/-Werror//" \ + Makefile +} + +src_install() { + dobin su-exec + emagicdocs +} +