mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 19:43:24 -04:00
dev-libs/libansilove: add version 1.2.8 and live
Signed-off-by: Maciej Barć <xgqt@riseup.net>
This commit is contained in:
1
dev-libs/libansilove/Manifest
Normal file
1
dev-libs/libansilove/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST libansilove-1.2.8.tar.gz 59695 BLAKE2B 4be4fb1f7277cc53bdc31399b429fc142cd3b87933da4c87604fe290b8697dd4c3d03a4c77bbac62648b0b8b0da509b5f7b17d2867e2e9e56eaf00674219fff3 SHA512 99df7fa0e5f2eb26a95b5073587e957378163fcab9ca828f7d6eca79dcb92463b1788285813c4fed6bfc9ee753c425fd34968e5e08999bc63fe6c4ba5939198f
|
||||
23
dev-libs/libansilove/libansilove-1.2.8.ebuild
Normal file
23
dev-libs/libansilove/libansilove-1.2.8.ebuild
Normal file
@@ -0,0 +1,23 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="library to convert ANSi and artscene related file formats into PNG images"
|
||||
HOMEPAGE="https://github.com/ansilove/libansilove"
|
||||
|
||||
if [[ "${PV}" == *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/ansilove/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://github.com/ansilove/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="media-libs/gd[png]"
|
||||
DEPEND="${RDEPEND}"
|
||||
23
dev-libs/libansilove/libansilove-9999.ebuild
Normal file
23
dev-libs/libansilove/libansilove-9999.ebuild
Normal file
@@ -0,0 +1,23 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="library to convert ANSi and artscene related file formats into PNG images"
|
||||
HOMEPAGE="https://github.com/ansilove/libansilove"
|
||||
|
||||
if [[ "${PV}" == *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/ansilove/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://github.com/ansilove/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="media-libs/gd[png]"
|
||||
DEPEND="${RDEPEND}"
|
||||
16
dev-libs/libansilove/metadata.xml
Normal file
16
dev-libs/libansilove/metadata.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>xgqt@riseup.net</email>
|
||||
<name>Maciej Barć</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<changelog>
|
||||
https://github.com/ansilove/libansilove/blob/master/ChangeLog
|
||||
</changelog>
|
||||
<bugs-to>https://github.com/ansilove/libansilove</bugs-to>
|
||||
<remote-id type="github">ansilove/libansilove</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user