mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-12 13:35:11 +02:00
17 lines
507 B
Bash
17 lines
507 B
Bash
# Template file for 'minify'
|
|
pkgname=minify
|
|
version=2.11.9
|
|
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=902a574e9517e2312bcbf7addc301f24c8001cf01b46e87d9bcbfc18f7b836cb
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|