New package: mkp224o-1.5.0
This commit is contained in:
parent
5917153886
commit
2765af7e14
|
@ -0,0 +1,23 @@
|
|||
# Template file for 'mkp224o'
|
||||
pkgname=mkp224o
|
||||
version=1.5.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="autoconf automake"
|
||||
makedepends="libsodium-devel"
|
||||
short_desc="Vanity address generator for ed25519 onion services"
|
||||
maintainer="hamlolum <hamlolum@tilde.club>"
|
||||
license="CC0-1.0"
|
||||
homepage="https://github.com/cathugger/mkp224o"
|
||||
distfiles="https://github.com/cathugger/mkp224o/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=1bdc2b838ed53d62f62652e0b46d2632fad7ed703c65a00a96ad1b4547d74173
|
||||
nostrip=yes
|
||||
|
||||
pre_configure() {
|
||||
autoreconf
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vdoc README.txt
|
||||
vbin mkp224o
|
||||
}
|
Loading…
Reference in New Issue