New package: eselect-1.4.13

closes #4652
This commit is contained in:
maxice8 2018-11-26 19:29:31 -02:00 committed by maxice8
parent 5adf42459a
commit 07b4cb880b

17
srcpkgs/eselect/template Normal file
View file

@ -0,0 +1,17 @@
# Template file for 'eselect'
pkgname=eselect
version=1.4.13
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool"
depends="bash"
short_desc="Modular configuration framework for Gentoo systems"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
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=fedb799b4d7ac00b9e51f32250cf0aa2865468f8701666edd125cd7d5dffd208
pre_configure() {
./autogen.bash
}