mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
xmandump: update to 0.2.1
Change import path and homepage: project was moved to void-linux.
This commit is contained in:
parent
c0398817a6
commit
339e67fc65
1 changed files with 6 additions and 6 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'xmandump'
|
# Template file for 'xmandump'
|
||||||
pkgname=xmandump
|
pkgname=xmandump
|
||||||
version=0.1.0
|
version=0.2.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="go.spiff.io/xmandump"
|
go_import_path="github.com/void-linux/xmandump"
|
||||||
go_package="${go_import_path}/cmd/xmandump"
|
go_package="${go_import_path}/cmd/xmandump"
|
||||||
short_desc="Dump all manpages in an XBPS package for use with man.cgi"
|
short_desc="Dump all manpages in an XBPS package for use with man.cgi"
|
||||||
maintainer="Érico Nogueira <ericonr@disroot.com>"
|
maintainer="Érico Nogueira <ericonr@disroot.org>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="https://github.com/nilium/xmandump"
|
homepage="https://github.com/void-linux/xmandump"
|
||||||
distfiles="https://github.com/nilium/xmandump/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=62350f50d5b5bc39203fc80cebba6c1645d05ca073218e65b579a6c53e3c9a00
|
checksum=ca261e075940c97cb3ad639e4c8b746fa93bc7559032bc1ada3858c63658d014
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt LICENSE
|
vlicense LICENSE.txt LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue