diff options
author | Karel Kočí <cynerd@email.cz> | 2021-07-22 14:28:32 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2021-07-22 14:28:32 +0200 |
commit | af140e95f8c1c0e34d2b4c07e08fd54f0ad79c3a (patch) | |
tree | 35f59ab90d5e77203d302b7460dfe7590a1fc248 /dev-libs/logc/logc-0.3.0.ebuild | |
parent | 4371a7096c72d8c91e3f4122075412c59881da2f (diff) | |
download | gentoo-personal-overlay-af140e95f8c1c0e34d2b4c07e08fd54f0ad79c3a.tar.gz gentoo-personal-overlay-af140e95f8c1c0e34d2b4c07e08fd54f0ad79c3a.tar.bz2 gentoo-personal-overlay-af140e95f8c1c0e34d2b4c07e08fd54f0ad79c3a.zip |
dev-libs/logc: update to version 0.3.0
Diffstat (limited to 'dev-libs/logc/logc-0.3.0.ebuild')
-rw-r--r-- | dev-libs/logc/logc-0.3.0.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-libs/logc/logc-0.3.0.ebuild b/dev-libs/logc/logc-0.3.0.ebuild new file mode 100644 index 0000000..44b9c7d --- /dev/null +++ b/dev-libs/logc/logc-0.3.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Logging for C" +HOMEPAGE="https://gitlab.nic.cz/turris/logc" +SRC_URI="https://gitlab.nic.cz/api/v4/projects/937/packages/generic/logc/$PV/logc-$PV.tar.xz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +src_configure() { + ./bootstrap + econf +} |