New package: vanitygen 0.21.
This commit is contained in:
parent
22c44061cc
commit
2a6a069f7f
24
srcpkgs/vanitygen/template
Normal file
24
srcpkgs/vanitygen/template
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Template file for 'vanitygen'
|
||||
pkgname=vanitygen
|
||||
version=0.21
|
||||
revision=1
|
||||
build_style=makefile
|
||||
depends=""
|
||||
makedepends=""
|
||||
crossmakedepends=""
|
||||
short_desc="Bitcoin vanity address generator"
|
||||
maintainer="pancake <pancake@nopcode.org>"
|
||||
homepage="https://github.com/samr7/vanitygen"
|
||||
license="AGPL-3"
|
||||
distfiles="$homepage/archive/${version}.tar.gz"
|
||||
checksum=58c56e1ec51c654077ace5599d4f9dc512110e2150fe40a05380f948b305be7f
|
||||
|
||||
do_build() {
|
||||
make ${makejobs}
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vmkdir usr/bin
|
||||
cp -f vanitygen ${DESTDIR}/usr/bin
|
||||
cp -f keyconv ${DESTDIR}/usr/bin
|
||||
}
|
Loading…
Reference in New Issue
Block a user