New package: mkp224o-1.5.0

This commit is contained in:
hamlolum 2021-12-05 17:59:28 +05:30 committed by Piotr
parent 5917153886
commit 2765af7e14

23
srcpkgs/mkp224o/template Normal file
View file

@ -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
}