18 lines
549 B
Bash
18 lines
549 B
Bash
# Template file for 'minify'
|
|
pkgname=minify
|
|
version=2.3.4
|
|
revision=3
|
|
build_style=go
|
|
go_import_path="github.com/tdewolff/minify"
|
|
go_package="github.com/tdewolff/minify/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/${pkgname}/archive/v${version}.tar.gz"
|
|
checksum=146fa2128abcaa21b9d793fd8cd2a560e45cedbb59322c0d509a5c1a87773a16
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md LICENSE
|
|
}
|