minify: fix go_import_path.
This commit is contained in:
parent
d75952515f
commit
1b0a897424
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'minify'
|
# Template file for 'minify'
|
||||||
pkgname=minify
|
pkgname=minify
|
||||||
version=2.9.13
|
version=2.9.13
|
||||||
revision=1
|
revision=2
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/tdewolff/minify"
|
go_import_path="github.com/tdewolff/minify/v2"
|
||||||
go_package="github.com/tdewolff/minify/cmd/minify"
|
go_package="${go_import_path}/cmd/minify"
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
short_desc="Go minifiers for web formats"
|
short_desc="Go minifiers for web formats"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/tdewolff/minify"
|
homepage="https://github.com/tdewolff/minify"
|
||||||
distfiles="https://github.com/tdewolff/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/tdewolff/minify/archive/v${version}.tar.gz"
|
||||||
checksum=b9d4553d888e1717c320dcf829741ff929e432dd59451927d474bd2efcc251cf
|
checksum=b9d4553d888e1717c320dcf829741ff929e432dd59451927d474bd2efcc251cf
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue