From e7c853ce171a9a720c378a342143ba2b08ecc8ed Mon Sep 17 00:00:00 2001 From: Kirill Date: Mon, 1 Feb 2021 13:50:29 +0300 Subject: [PATCH] New package: hashcash-1.23 --- srcpkgs/hashcash/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/hashcash/template diff --git a/srcpkgs/hashcash/template b/srcpkgs/hashcash/template new file mode 100644 index 00000000000..46144409801 --- /dev/null +++ b/srcpkgs/hashcash/template @@ -0,0 +1,15 @@ +# Template file for 'hashcash' +pkgname=hashcash +version=1.23 +revision=1 +archs="~*-musl" +build_style=gnu-makefile +hostmakedepends="make" +short_desc="Hashcash proof-of-work algorithm" +maintainer="Kirill Che. " +license="GPL-3.0-or-later" +homepage="http://www.hashcash.org" +distfiles="http://www.hashcash.org/source/hashcash-${version}-pr.tgz" +checksum=03a85b6a8a84be93f76a7297fccd5f61dcb8255de25f3fbd77c26be3ef9be999 +make_build_args+=" hashcash docs" +make_install_args+=" install"