1c5f4690e6
That means that version comparators are not supported anymore in hostmakedepends and makedepends. This will ensure that a pkg is always built with the same build dependencies everywhere, if the srcpkgs tree is uptodate.
19 lines
491 B
Bash
19 lines
491 B
Bash
# Template file for 'vanitygen'
|
|
pkgname=vanitygen
|
|
version=0.21
|
|
revision=6
|
|
makedepends="pcre-devel libressl-devel"
|
|
short_desc="Bitcoin vanity address generator"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="https://github.com/samr7/vanitygen"
|
|
license="AGPL-3"
|
|
distfiles="$homepage/archive/${version}.tar.gz"
|
|
checksum=58c56e1ec51c654077ace5599d4f9dc512110e2150fe40a05380f948b305be7f
|
|
|
|
do_build() {
|
|
make CC=$CC CFLAGS="$CFLAGS" ${makejobs}
|
|
}
|
|
do_install() {
|
|
vbin vanitygen
|
|
vbin keyconv
|
|
}
|