void-packages/srcpkgs/minify/template
2022-04-11 16:47:05 +02:00

18 lines
529 B
Bash

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