diff options
Diffstat (limited to 'acct-group/flexlm/flexlm-0.ebuild')
-rw-r--r-- | acct-group/flexlm/flexlm-0.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/acct-group/flexlm/flexlm-0.ebuild b/acct-group/flexlm/flexlm-0.ebuild new file mode 100644 index 00000000..b19d8b07 --- /dev/null +++ b/acct-group/flexlm/flexlm-0.ebuild @@ -0,0 +1,17 @@ +# Copyright 2022 Martin V\"ath +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +inherit user + +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +SLOT=0 +DESCRIPTION="Group for app-admin/flexlm" +HOMEPAGE= +SRC_URI= +LICENSE= +IUSE= + +pkg_postinst() { + enewgroup flexlm +} |