mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
New package: csvcut-1.4
This commit is contained in:
parent
a12e624079
commit
3000fb6ba6
1 changed files with 16 additions and 0 deletions
16
srcpkgs/csvcut/template
Normal file
16
srcpkgs/csvcut/template
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Template file for 'csvcut'
|
||||
pkgname=csvcut
|
||||
version=1.4
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake"
|
||||
short_desc="Process CSV files like 'cut' utility"
|
||||
maintainer="Gergely Gati <gati.gergely@gmail.com>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/gega/csvcut"
|
||||
distfiles="https://github.com/gega/csvcut/releases/download/v${version}/csvcut-${version}.tar.gz"
|
||||
checksum=5cc3694b910111d5220c6ca8230f65ed66b9f8c5e5eddb880e27724510889c66
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Add table
Reference in a new issue