void-packages/srcpkgs/vanitygen/template
John a065fc5156 vanitygen: update to 1.53.
change to vanitygen-plus fork,
vanitygen wasn't compatible with OpenSSL-1.1+
2021-02-13 23:59:11 +01:00

22 lines
719 B
Bash

# Template file for 'vanitygen'
pkgname=vanitygen
version=1.53
revision=1
wrksrc="vanitygen-plus-PLUS${version}"
makedepends="pcre-devel libressl-devel"
short_desc="Bitcoin vanity address generator"
maintainer="Orphaned <orphan@voidlinux.org>"
license="AGPL-3.0-or-later"
homepage="https://github.com/exploitagency/vanitygen-plus"
changelog="https://raw.githubusercontent.com/exploitagency/vanitygen-plus/master/CHANGELOG"
distfiles="https://github.com/exploitagency/vanitygen-plus/archive/PLUS${version}.tar.gz"
checksum=976a9afe2a4470551a8b6b0da97101a3a2e6c54c5a26dc870ae755bb2d8c7041
do_build() {
make CC=$CC CFLAGS="$CFLAGS $LDFLAGS" ${makejobs}
}
do_install() {
vbin vanitygen
vbin keyconv
vlicense LICENSE
}