New package: minify-2.0.0
This commit is contained in:
parent
39e1372459
commit
de34c5e2bd
1 changed files with 18 additions and 0 deletions
18
srcpkgs/minify/template
Normal file
18
srcpkgs/minify/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'minify'
|
||||||
|
pkgname=minify
|
||||||
|
version=2.0.0
|
||||||
|
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="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/tdewolff/minify"
|
||||||
|
distfiles="https://github.com/tdewolff/${pkgname}/archive/v${version}.tar.gz"
|
||||||
|
checksum=e7f218427218d38bc4318353c70ba425c1c4f9e15d8e85c79d08f905eaebc12f
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE.md LICENSE
|
||||||
|
}
|
Loading…
Reference in a new issue