2025-02-21 17:38:19 +01:00

18 lines
507 B
Bash

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