mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gendesk: update to 1.0.4
This commit is contained in:
parent
06d8b39359
commit
a525a5a3cc
1 changed files with 7 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gendesk'
|
# Template file for 'gendesk'
|
||||||
pkgname=gendesk
|
pkgname=gendesk
|
||||||
version=1.0.2
|
version=1.0.4
|
||||||
revision=2
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/xyproto/gendesk
|
go_import_path=github.com/xyproto/gendesk
|
||||||
go_mod_mode=default
|
go_mod_mode=default
|
||||||
|
@ -12,10 +12,14 @@ license="MIT"
|
||||||
homepage="http://roboticoverlords.org/gendesk/"
|
homepage="http://roboticoverlords.org/gendesk/"
|
||||||
distfiles="https://github.com/xyproto/${pkgname}/archive/${version}.tar.gz
|
distfiles="https://github.com/xyproto/${pkgname}/archive/${version}.tar.gz
|
||||||
http://roboticoverlords.org/images/default.png"
|
http://roboticoverlords.org/images/default.png"
|
||||||
checksum="9a2a58c6c3b14bdb5800abf3a30bbfc05285cfba2f9ae0f914b96ae87006f65c
|
checksum="fc41d7271016267070c8bd1ed13e6fbc226875d7abc4a8b807496577e228976e
|
||||||
4d96eded48e536d02e35727c36dc20844c2e44654e81baf78e10aee4eb48e837"
|
4d96eded48e536d02e35727c36dc20844c2e44654e81baf78e10aee4eb48e837"
|
||||||
skip_extraction="default.png"
|
skip_extraction="default.png"
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
vsed -e 's|gendesk|github.com/xyproto/gendesk|' -i go.mod
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall ${XBPS_SRCDISTDIR}/${pkgname}-${version}/default.png 644 usr/share/pixmaps
|
vinstall ${XBPS_SRCDISTDIR}/${pkgname}-${version}/default.png 644 usr/share/pixmaps
|
||||||
vman ${pkgname}.1
|
vman ${pkgname}.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue