void-packages/srcpkgs/minify/template
2025-04-09 17:53:14 +02:00

17 lines
507 B
Bash

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