void-packages/srcpkgs/eselect/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

18 lines
550 B
Bash

# Template file for 'eselect'
pkgname=eselect
version=1.4.14
revision=1
archs=noarch
build_style=gnu-configure
hostmakedepends="automake libtool"
depends="bash"
short_desc="Modular configuration framework for Gentoo systems"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-only"
homepage="https://wiki.gentoo.org/wiki/Project:Eselect"
distfiles="https://gitweb.gentoo.org/proj/eselect.git/snapshot/eselect-${version}.tar.gz"
checksum=0e1799f9fd4c9dbc421930b33a7705bfd0171d39092fa4cb323bd5c5798af663
pre_configure() {
./autogen.bash
}