New package: csvcut-1.4

This commit is contained in:
Gergely Gati 2024-03-27 20:10:34 -07:00 committed by Duncan Overbruck
parent a12e624079
commit 3000fb6ba6

16
srcpkgs/csvcut/template Normal file
View 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
}