void-packages/srcpkgs/minify/template

18 lines
508 B
Bash

# Template file for 'minify'
pkgname=minify
version=2.20.32
revision=1
build_style=go
go_import_path="github.com/tdewolff/minify/v2"
go_package="${go_import_path}/cmd/minify"
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=a1db115c6cf5496ff1da2e064cab2f9a286266033d2eda322d1b20116f0b244a
post_install() {
vlicense LICENSE
}