From bdd0294ac8f3d2d280a0b39aff2a7fe5eb31a0eb Mon Sep 17 00:00:00 2001 From: benalb Date: Sat, 26 Jan 2019 16:57:54 +0100 Subject: [PATCH] New package: cowyo-2.12.0 --- srcpkgs/cowyo/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/cowyo/template diff --git a/srcpkgs/cowyo/template b/srcpkgs/cowyo/template new file mode 100644 index 00000000000..32b46fb3a3a --- /dev/null +++ b/srcpkgs/cowyo/template @@ -0,0 +1,17 @@ +# Template file for 'cowyo' +pkgname=cowyo +version=2.12.0 +revision=1 +build_style=go +go_import_path="github.com/schollz/cowyo" +short_desc="Wiki webserver for minimalists" +maintainer="Benjamín Albiñana " +license="MIT" +homepage="https://github.com/schollz/cowyo" +distfiles="https://github.com/schollz/${pkgname}/archive/v${version}.tar.gz" +checksum=b67d6dcb0ed5c050245ae75c72f182dba396d4caa66f747a2de8e3fdf4c0a1ed + +post_install() { + vdoc README.md + vlicense LICENSE +}