mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
xq: update to 1.2.5, add INSTALL.msg
This commit is contained in:
parent
4fd0fb4cbe
commit
c0a3bad857
2 changed files with 5 additions and 3 deletions
2
srcpkgs/xq/INSTALL.msg
Normal file
2
srcpkgs/xq/INSTALL.msg
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
Due to conflicting binary names, the `xq` binary is renamed to `xq-go`
|
||||||
|
by default.
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'xq'
|
# Template file for 'xq'
|
||||||
pkgname=xq
|
pkgname=xq
|
||||||
version=1.2.4
|
version=1.2.5
|
||||||
revision=2
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/sibprogrammer/xq
|
go_import_path=github.com/sibprogrammer/xq
|
||||||
make_check_args="-covermode=atomic"
|
make_check_args="-covermode=atomic"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Emil Miler <em@0x45.cz>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/sibprogrammer/xq"
|
homepage="https://github.com/sibprogrammer/xq"
|
||||||
distfiles="https://github.com/sibprogrammer/xq/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/sibprogrammer/xq/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=5044de231d2426c236618e52d3d2e59cd45b008e55d5dfa8df97c3269c64354d
|
checksum=9432a992d2f0ab82a7350da6317e27f835713c340177518dd08581bd0e918365
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
mv "$DESTDIR/usr/bin/"{xq,xq-go}
|
mv "$DESTDIR/usr/bin/"{xq,xq-go}
|
||||||
|
|
Loading…
Add table
Reference in a new issue