asignify: fetch from git directly; the dev overwrote the 1.0 tag.
This commit is contained in:
parent
bcd92280f5
commit
9845e75a4f
1 changed files with 7 additions and 6 deletions
|
@ -1,21 +1,22 @@
|
||||||
# Template file for 'asignify'
|
# Template file for 'asignify'
|
||||||
pkgname=asignify
|
pkgname=asignify
|
||||||
version=1.0
|
version=1.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool"
|
hostmakedepends="git automake libtool"
|
||||||
make_install_args="mandir=/usr/share/man"
|
|
||||||
short_desc="Yet another signify tool"
|
short_desc="Yet another signify tool"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="2-clause-BSD"
|
license="2-clause-BSD"
|
||||||
homepage="https://github.com/vstakhov/asignify"
|
homepage="https://github.com/vstakhov/asignify"
|
||||||
distfiles="https://github.com/vstakhov/asignify/archive/${version}.tar.gz"
|
|
||||||
checksum=faa96d3f7e3df07d10bebdaca63d06773bb054b4b86efb4fbd7fb8a3b8f2d8da
|
|
||||||
|
|
||||||
|
do_fetch() {
|
||||||
|
git clone -b${version} git://github.com/vstakhov/asignify ${wrksrc}
|
||||||
|
}
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
}
|
}
|
||||||
post_install() {
|
do_install() {
|
||||||
|
make PREFIX=/usr mandir=/usr/share/man DESTDIR=${DESTDIR} install
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue