From 61474447d250a844b5a5e408f1d97504ccbada14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Santos?= Date: Sat, 11 Nov 2017 21:18:10 +0100 Subject: [PATCH] New package: enchive Closes: #9104 [via git-merge-pr] --- srcpkgs/enchive/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/enchive/template diff --git a/srcpkgs/enchive/template b/srcpkgs/enchive/template new file mode 100644 index 00000000000..1599f6c5de0 --- /dev/null +++ b/srcpkgs/enchive/template @@ -0,0 +1,15 @@ +# Template file for 'enchive' +pkgname=enchive +version=3.3 +revision=1 +build_style=gnu-makefile +short_desc="Encrypted personal archives" +maintainer="Rubén Santos " +license="UNLICENSE" +homepage="https://github.com/skeeto/enchive" +distfiles="https://github.com/skeeto/enchive/archive/${version}.tar.gz" +checksum=64ae476186a7e84bce18a81e3d4e119cc5e4ef717982a79a45899db1369f5ab0 + +post_install() { + vlicense UNLICENSE +}