mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
ymuse: update to 0.21.
This commit is contained in:
parent
54001cc6f4
commit
3c446c3ef7
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'ymuse'
|
# Template file for 'ymuse'
|
||||||
pkgname=ymuse
|
pkgname=ymuse
|
||||||
version=0.20
|
version=0.21
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/yktoo/ymuse
|
go_import_path=github.com/yktoo/ymuse
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://yktoo.com/en/software/ymuse/"
|
homepage="https://yktoo.com/en/software/ymuse/"
|
||||||
distfiles="https://github.com/yktoo/ymuse/archive/v${version}.tar.gz"
|
distfiles="https://github.com/yktoo/ymuse/archive/v${version}.tar.gz"
|
||||||
checksum=8253ac094b4fd02118175d74ccc44ece0e1405cbd53162878335cd92307294db
|
checksum=47aeee4bbea2121691288b7c3849d6d2db02c0be7f44989a022082f5dd6b5c42
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
go generate
|
go generate
|
||||||
|
@ -25,5 +25,5 @@ post_install() {
|
||||||
vcopy "resources/i18n/generated/*" usr/share/locale
|
vcopy "resources/i18n/generated/*" usr/share/locale
|
||||||
|
|
||||||
vmkdir usr/share/applications
|
vmkdir usr/share/applications
|
||||||
vcopy resources/ymuse.desktop usr/share/applications
|
vcopy resources/com.yktoo.ymuse.desktop usr/share/applications
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue