mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: portage-2.3.51
This commit is contained in:
parent
d37ff82f13
commit
5adf42459a
1 changed files with 22 additions and 0 deletions
22
srcpkgs/portage/template
Normal file
22
srcpkgs/portage/template
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Template file for 'portage'
|
||||||
|
pkgname=portage
|
||||||
|
version=2.3.51
|
||||||
|
revision=1
|
||||||
|
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
pycompile_module="portage _emerge"
|
||||||
|
make_install_args="--sbindir=/usr/bin"
|
||||||
|
hostmakedepends="python3"
|
||||||
|
depends="python3 rsync xmlto eselect"
|
||||||
|
short_desc="Gentoo's package management system"
|
||||||
|
maintainer="teldra <teldra@rotce.de>"
|
||||||
|
license="GPL-2.0-only"
|
||||||
|
homepage="https://wiki.gentoo.org/wiki/Portage"
|
||||||
|
distfiles="https://github.com/gentoo/${pkgname}/archive/${pkgname}-${version}.tar.gz"
|
||||||
|
checksum=1d617cbdebfd46253d056ed3b5af18b6021f6e6c17caa94a5f0fe687ec359465
|
||||||
|
|
||||||
|
conf_files="
|
||||||
|
/etc/dispatch-conf.conf
|
||||||
|
/etc/etc-update.conf
|
||||||
|
/etc/logrotate.d/elog-save-summary
|
||||||
|
/etc/portage/repo.postsync.d/example"
|
Loading…
Add table
Reference in a new issue