2023-11-08 14:02:37 +01:00

18 lines
507 B
Bash

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