24 lines
592 B
Bash
24 lines
592 B
Bash
# Template file for 'mkp224o'
|
|
pkgname=mkp224o
|
|
version=1.5.0
|
|
revision=2
|
|
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
|
|
}
|