void-updates: rebuild with tarball.
This commit is contained in:
parent
2d5a2641d1
commit
124a9ddd7b
|
@ -1,10 +1,9 @@
|
||||||
# Template file for 'void-updates'
|
# Template file for 'void-updates'
|
||||||
pkgname=void-updates
|
pkgname=void-updates
|
||||||
version=20150318
|
version=20150318
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="git"
|
|
||||||
depends="git"
|
depends="git"
|
||||||
system_accounts="voidupdates"
|
system_accounts="voidupdates"
|
||||||
voidupdates_homedir="/var/cache/${pkgname}"
|
voidupdates_homedir="/var/cache/${pkgname}"
|
||||||
|
@ -14,7 +13,5 @@ short_desc="Void Linux package updates"
|
||||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="https://github.com/voidlinux/void-updates"
|
homepage="https://github.com/voidlinux/void-updates"
|
||||||
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
do_fetch() {
|
checksum=c4cea30fa7e54bf428130aed5bd2aab19a0ba2059d0f14af430313c2401b86ee
|
||||||
git clone git://github.com/voidlinux/${pkgname} ${pkgname}-${version}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue