diff options
Diffstat (limited to 'dev-libs/logc/logc-0.2.1.ebuild')
-rw-r--r-- | dev-libs/logc/logc-0.2.1.ebuild | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/dev-libs/logc/logc-0.2.1.ebuild b/dev-libs/logc/logc-0.2.1.ebuild deleted file mode 100644 index 44b9c7d..0000000 --- a/dev-libs/logc/logc-0.2.1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# 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 -} |