void-packages/srcpkgs/minify/template
2017-10-26 18:16:58 +00:00

18 lines
549 B
Bash

# Template file for 'minify'
pkgname=minify
version=2.2.0
revision=2
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=a7d602fa1d62e585fdf972f55ed731e839b3ffda9da772386a9f37fe5db40e5d
post_install() {
vlicense LICENSE.md LICENSE
}