18 lines
529 B
Bash
18 lines
529 B
Bash
# Template file for 'minify'
|
|
pkgname=minify
|
|
version=2.9.22
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="github.com/tdewolff/minify/v2"
|
|
go_package="${go_import_path}/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/minify/archive/v${version}.tar.gz"
|
|
checksum=e6006867b03a28cbd4f49830c4f51989fba2a48e8ca967596f23c524f35d6fb4
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|