void-repo-{nonfree,multilib}: name repo conf files appropiately for alphasort.
This commit is contained in:
parent
96dbd73089
commit
f877d39b80
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'void-repo-multilib'
|
# Template file for 'void-repo-multilib'
|
||||||
pkgname=void-repo-multilib
|
pkgname=void-repo-multilib
|
||||||
version=2
|
version=3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meta
|
build_style=meta
|
||||||
only_for_archs="x86_64"
|
only_for_archs="x86_64"
|
||||||
|
@ -13,14 +13,14 @@ do_install() {
|
||||||
vmkdir usr/share/xbps/repo.d
|
vmkdir usr/share/xbps/repo.d
|
||||||
for f in multilib multilib-nonfree; do
|
for f in multilib multilib-nonfree; do
|
||||||
echo "repository=http://repo.voidlinux.eu/current/${f/-/\/}" > \
|
echo "repository=http://repo.voidlinux.eu/current/${f/-/\/}" > \
|
||||||
${DESTDIR}/usr/share/xbps/repo.d/${f}.conf
|
${DESTDIR}/usr/share/xbps/repo.d/10-${f}.conf
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
void-repo-multilib-nonfree_package() {
|
void-repo-multilib-nonfree_package() {
|
||||||
short_desc="${short_desc/multilib/multilib\/nonfree}"
|
short_desc="${short_desc/multilib/multilib\/nonfree}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/share/xbps/repo.d/multilib-nonfree.conf
|
vmove usr/share/xbps/repo.d/10-multilib-nonfree.conf
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'void-repo-nonfree'
|
# Template file for 'void-repo-nonfree'
|
||||||
pkgname=void-repo-nonfree
|
pkgname=void-repo-nonfree
|
||||||
version=2
|
version=3
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=meta
|
build_style=meta
|
||||||
|
@ -11,16 +11,16 @@ homepage="http://www.voidlinux.eu"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmkdir usr/share/xbps/repo.d
|
vmkdir usr/share/xbps/repo.d
|
||||||
for f in debug nonfree; do
|
echo "repository=http://repo.voidlinux.eu/current/nonfree" > \
|
||||||
echo "repository=http://repo.voidlinux.eu/current/${f}" > \
|
${DESTDIR}/usr/share/xbps/repo.d/10-nonfree.conf
|
||||||
${DESTDIR}/usr/share/xbps/repo.d/${f}.conf
|
echo "repository=http://repo.voidlinux.eu/current/debug" > \
|
||||||
done
|
${DESTDIR}/usr/share/xbps/repo.d/20-debug.conf
|
||||||
}
|
}
|
||||||
|
|
||||||
void-repo-debug_package() {
|
void-repo-debug_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
short_desc="${short_desc/nonfree/debug}"
|
short_desc="${short_desc/nonfree/debug}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/share/xbps/repo.d/debug.conf
|
vmove usr/share/xbps/repo.d/20-debug.conf
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue