17 lines
484 B
Bash
17 lines
484 B
Bash
# 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
|
|
}
|