summaryrefslogtreecommitdiff
path: root/dev-libs/logc/logc-0.0.2.ebuild
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2020-08-18 11:15:10 +0200
committerKarel Kočí <cynerd@email.cz>2020-08-18 11:15:10 +0200
commit49d0c3c131cc874fc06244760985eddedb2f220a (patch)
tree3caa93255d7461c9633253fd1af22d8a92107905 /dev-libs/logc/logc-0.0.2.ebuild
parent4b41b6c90949b06743c068dc2a594b8b78b30815 (diff)
downloadgentoo-personal-overlay-49d0c3c131cc874fc06244760985eddedb2f220a.tar.gz
gentoo-personal-overlay-49d0c3c131cc874fc06244760985eddedb2f220a.tar.bz2
gentoo-personal-overlay-49d0c3c131cc874fc06244760985eddedb2f220a.zip
dev-libs/logc: update to latest head
Diffstat (limited to 'dev-libs/logc/logc-0.0.2.ebuild')
-rw-r--r--dev-libs/logc/logc-0.0.2.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-libs/logc/logc-0.0.2.ebuild b/dev-libs/logc/logc-0.0.2.ebuild
new file mode 100644
index 0000000..2caec25
--- /dev/null
+++ b/dev-libs/logc/logc-0.0.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Logging for C"
+HASH="441e93ee90473b5228b05735fa6eec671e737676"
+HOMEPAGE="https://gitlab.nic.cz/turris/logc"
+SRC_URI="https://gitlab.nic.cz/turris/logc/-/archive/$HASH/base64c-$HASH.tar.gz"
+S="${WORKDIR}/logc-$HASH"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_configure() {
+ ./bootstrap
+ econf \
+ --disable-tests \
+ --disable-valgrind \
+ --disable-linters
+}