void-packages/srcpkgs/minify/template
2020-09-07 16:03:48 +02:00

18 lines
538 B
Bash

# Template file for 'minify'
pkgname=minify
version=2.9.4
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=9c23f942c0ad6488e2aaa82a0235aaef071da70c4dfee6eaa154137d6cecc2fa
post_install() {
vlicense LICENSE
}