void-packages/srcpkgs/minify/template
2020-10-02 16:09:15 +02:00

19 lines
538 B
Bash

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