New package: cowyo-2.12.0

This commit is contained in:
benalb 2019-01-26 16:57:54 +01:00 committed by maxice8
parent 3ae6ce8dfc
commit bdd0294ac8

17
srcpkgs/cowyo/template Normal file
View file

@ -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 <benalb@gmail.com>"
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
}