Add libcyaml!
This commit is contained in:
parent
a0115c3a18
commit
b17686083e
3
dev-libs/libcyaml/Manifest
Normal file
3
dev-libs/libcyaml/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST libcyaml-1.1.0.tar.gz 80187 BLAKE2B 022a046fc51c5b1161d25d3216c5e32479d3004ab3b29fa29951d3be21f15a14ecdbf0492a5619e6e24743d8bf3c78a50936cdaaff70f6d122352863d01a3890 SHA512 01a328063d4bd22bf722498061af7c1b55de995bb0b84c2249b34b5708e65657767edf8f0de9a7400d09b98e5ad71f369c0cd6293710b5c9d0578276e4703643
|
||||
EBUILD libcyaml-1.1.0.ebuild 500 BLAKE2B 480023d70a32ee1d3ef618c59a5268d0a9fc88bb4a7bc034fe0f266c822583c05579950a581053a430a37f3b8a1dde02042936da0319b418b6bddf7faf804d1b SHA512 282865754b8b7dd5600eb70a866e21a8a2932dba946c9b7313324a8f7456b969252fe7657c880d633e8e40b4f3feffba47487ae32704d5f46f9953b95f60323f
|
||||
EBUILD libcyaml-9999.ebuild 500 BLAKE2B 480023d70a32ee1d3ef618c59a5268d0a9fc88bb4a7bc034fe0f266c822583c05579950a581053a430a37f3b8a1dde02042936da0319b418b6bddf7faf804d1b SHA512 282865754b8b7dd5600eb70a866e21a8a2932dba946c9b7313324a8f7456b969252fe7657c880d633e8e40b4f3feffba47487ae32704d5f46f9953b95f60323f
|
26
dev-libs/libcyaml/libcyaml-1.1.0.ebuild
Normal file
26
dev-libs/libcyaml/libcyaml-1.1.0.ebuild
Normal file
@ -0,0 +1,26 @@
|
||||
EAPI=7
|
||||
|
||||
if [[ ${PV} != *9999* ]]; then
|
||||
SRC_URI="https://files.2a03.party/~flewkey/distfiles/${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
else
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/tlsa/libcyaml/"
|
||||
fi
|
||||
|
||||
DESCRIPTION="C library for reading and writing YAML"
|
||||
HOMEPAGE="https://github.com/tlsa/libcyaml/"
|
||||
LICENSE="ISC"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
|
||||
src_compile() {
|
||||
emake VARIANT=release
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" PREFIX="/usr" LIBDIR="lib64" VARIANT=release install
|
||||
}
|
26
dev-libs/libcyaml/libcyaml-9999.ebuild
Normal file
26
dev-libs/libcyaml/libcyaml-9999.ebuild
Normal file
@ -0,0 +1,26 @@
|
||||
EAPI=7
|
||||
|
||||
if [[ ${PV} != *9999* ]]; then
|
||||
SRC_URI="https://files.2a03.party/~flewkey/distfiles/${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
else
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/tlsa/libcyaml/"
|
||||
fi
|
||||
|
||||
DESCRIPTION="C library for reading and writing YAML"
|
||||
HOMEPAGE="https://github.com/tlsa/libcyaml/"
|
||||
LICENSE="ISC"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
|
||||
src_compile() {
|
||||
emake VARIANT=release
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" PREFIX="/usr" LIBDIR="lib64" VARIANT=release install
|
||||
}
|
Loading…
Reference in New Issue
Block a user