mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
dev-libs/libcsv: new package, add 0_pre20240316
Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
1
dev-libs/libcsv/Manifest
Normal file
1
dev-libs/libcsv/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST libcsv-0_pre20240316.gh.tar.gz 137387 BLAKE2B b201ea4399ff8f45d7f32433ab4e10b1dade0889ec4c82b31de6df2afef4c113f763ad2f2813ba864fabb23c2e96d004c9bb49e08ab7896a439be10aa136b02f SHA512 1674831c7375db2e1b403e334de30c20b4e6337944766efdfe5c2034147de173d3ae31859d5b58bc36e101162ea7c0f8367dc3f2436d8e8e610bea6c91282db8
|
||||
16
dev-libs/libcsv/libcsv-0_pre20240316.ebuild
Normal file
16
dev-libs/libcsv/libcsv-0_pre20240316.ebuild
Normal 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"
|
||||
16
dev-libs/libcsv/metadata.xml
Normal file
16
dev-libs/libcsv/metadata.xml
Normal 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>
|
||||
Reference in New Issue
Block a user