New packages: void-repo-{debug,nonfree}; will be used by the upcoming xbps-0.37.

This commit is contained in:
Juan RP 2014-05-30 17:30:32 +02:00
parent dc7b9de921
commit 7fcc4a42cc
2 changed files with 26 additions and 0 deletions

1
srcpkgs/void-repo-debug Symbolic link
View File

@ -0,0 +1 @@
void-repo-nonfree

View File

@ -0,0 +1,25 @@
# Template file for 'void-repo-nonfree'
pkgname=void-repo-nonfree
version=1
revision=1
build_style=meta
short_desc="Void Linux drop-in file for the nonfree repository"
maintainer="Juan RP <xtraeme@gmail.com>"
license="Public Domain"
homepage="http://www.voidlinux.eu"
do_install() {
vmkdir usr/share/xbps/repo.d
for f in debug nonfree; do
echo "repository=http://repo.voidlinux.eu/current/${f}" > \
${DESTDIR}/usr/share/xbps/repo.d/${f}.conf
done
}
void-repo-debug_package() {
noarch=yes
short_desc="${short_desc/nonfree/debug/}"
pkg_install() {
vmove usr/share/xbps/repo.d/debug.conf
}
}