dev-libs/libcsv: new package, add 0_pre20240316

Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Julien Roy
2024-11-19 08:03:39 -05:00
parent 53aa7611d2
commit 4ed8f81d4f
3 changed files with 33 additions and 0 deletions

1
dev-libs/libcsv/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST libcsv-0_pre20240316.gh.tar.gz 137387 BLAKE2B b201ea4399ff8f45d7f32433ab4e10b1dade0889ec4c82b31de6df2afef4c113f763ad2f2813ba864fabb23c2e96d004c9bb49e08ab7896a439be10aa136b02f SHA512 1674831c7375db2e1b403e334de30c20b4e6337944766efdfe5c2034147de173d3ae31859d5b58bc36e101162ea7c0f8367dc3f2436d8e8e610bea6c91282db8

View File

@@ -0,0 +1,16 @@
# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson
COMMIT="c8f01b8b4aa8d8156a624405b8a4c646e3f6efaa"
DESCRIPTION="Fast and flexible CSV library that can read and write CSV data"
HOMEPAGE="https://github.com/ppvan/libcsv"
SRC_URI="https://github.com/ppvan/libcsv/archive/${COMMIT}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<name>Julien Roy</name>
<email>julien@jroy.ca</email>
</maintainer>
<upstream>
<maintainer>
<name>Pham Văn Phúc</name>
<email>phuclaplace@gmail.com</email>
</maintainer>
<bugs-to>https://github.com/ppvan/libcsv/issues</bugs-to>
<remote-id type="github">ppvan/libcsv</remote-id>
</upstream>
</pkgmetadata>