void-packages/srcpkgs/minify/template
2021-01-21 13:24:27 +01:00

18 lines
539 B
Bash

# Template file for 'minify'
pkgname=minify
version=2.9.11
revision=1
build_style=go
go_import_path="github.com/tdewolff/minify"
go_package="github.com/tdewolff/minify/cmd/minify"
hostmakedepends="git"
short_desc="Go minifiers for web formats"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT"
homepage="https://github.com/tdewolff/minify"
distfiles="https://github.com/tdewolff/${pkgname}/archive/v${version}.tar.gz"
checksum=3c1ec8df223b818ae0fa93b0daf3ca750f063238dc458ad373f92556ad324e6e
post_install() {
vlicense LICENSE
}