mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 00:12:56 +02:00
New package: xsv-0.12.2
This commit is contained in:
parent
663a9d6493
commit
1a2a284b0a
1 changed files with 21 additions and 0 deletions
21
srcpkgs/xsv/template
Normal file
21
srcpkgs/xsv/template
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Template file for 'xsv'
|
||||||
|
pkgname=xsv
|
||||||
|
version=0.12.2
|
||||||
|
revision=1
|
||||||
|
hostmakedepends="cargo rust"
|
||||||
|
short_desc="Fast CSV toolkit written in Rust"
|
||||||
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
|
license="Public Domain, MIT"
|
||||||
|
homepage="https://github.com/BurntSushi/xsv/"
|
||||||
|
distfiles="https://github.com/BurntSushi/${pkgname}/archive/${version}.tar.gz"
|
||||||
|
checksum=484e3d4a9fec0d4c8089a77cba3e122970113e2bf0277ab6a956bf12954bbca3
|
||||||
|
nocross=yes
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
cargo build --release
|
||||||
|
}
|
||||||
|
do_install() {
|
||||||
|
vbin target/release/xsv
|
||||||
|
vlicense LICENSE-MIT
|
||||||
|
vlicense UNLICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue