From 0b66b245c520878767e00d4760d8050a7ad25f52 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 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 srcpkgs/hashcash/template diff --git a/srcpkgs/hashcash/template b/srcpkgs/hashcash/template new file mode 100644 index 00000000000..ff52ec4a8e4 --- /dev/null +++ b/srcpkgs/hashcash/template @@ -0,0 +1,14 @@ +# Template file for 'hashcash' +pkgname=hashcash +version=1.23 +revision=1 +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"