mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
gui-apps/foot-terminfo: New package
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Ryan Fox <flewkey@2a03.party>
This commit is contained in:
1
gui-apps/foot-terminfo/Manifest
Normal file
1
gui-apps/foot-terminfo/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST foot-terminfo-1.7.1.tar.gz 390533 BLAKE2B 5eac8041ac5f46b71d8037550bcdd14899071e63fc4a9c6eabe2c44d336e3339e7dbf8b487ff79aa09a6f73378d1faca140fedbf864fdf641a0706c0b9c7912a SHA512 fa6961b24ef7929378c796a77547f509bc2ff319b3b546be8fad31dd02f2686771d2d4a0c72792746e004052fc032f180eb716cb45e2ebbf549859f1b7de7420
|
||||
29
gui-apps/foot-terminfo/foot-terminfo-1.7.1.ebuild
Normal file
29
gui-apps/foot-terminfo/foot-terminfo-1.7.1.ebuild
Normal file
@@ -0,0 +1,29 @@
|
||||
# Copyright 2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
if [[ ${PV} != *9999* ]]; then
|
||||
SRC_URI="https://codeberg.org/dnkl/foot/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
S="${WORKDIR}/foot"
|
||||
else
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://codeberg.org/dnkl/foot.git"
|
||||
fi
|
||||
|
||||
DESCRIPTION="Terminfo for foot, a great Wayland terminal emulator"
|
||||
HOMEPAGE="https://codeberg.org/dnkl/foot"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="sys-libs/ncurses"
|
||||
|
||||
src_install() {
|
||||
tic -x -o "${S}" -e foot,foot-direct "${S}/foot.info"
|
||||
dodir /usr/share/terminfo/f/
|
||||
cp "${S}/f/foot" "${D}/usr/share/terminfo/f/foot"
|
||||
cp "${S}/f/foot-direct" "${D}/usr/share/terminfo/f/foot-direct"
|
||||
}
|
||||
29
gui-apps/foot-terminfo/foot-terminfo-9999.ebuild
Normal file
29
gui-apps/foot-terminfo/foot-terminfo-9999.ebuild
Normal file
@@ -0,0 +1,29 @@
|
||||
# Copyright 2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
if [[ ${PV} != *9999* ]]; then
|
||||
SRC_URI="https://codeberg.org/dnkl/foot/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
S="${WORKDIR}/foot"
|
||||
else
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://codeberg.org/dnkl/foot.git"
|
||||
fi
|
||||
|
||||
DESCRIPTION="Terminfo for foot, a great Wayland terminal emulator"
|
||||
HOMEPAGE="https://codeberg.org/dnkl/foot"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="sys-libs/ncurses"
|
||||
|
||||
src_install() {
|
||||
tic -x -o "${S}" -e foot,foot-direct "${S}/foot.info"
|
||||
dodir /usr/share/terminfo/f/
|
||||
cp "${S}/f/foot" "${D}/usr/share/terminfo/f/foot"
|
||||
cp "${S}/f/foot-direct" "${D}/usr/share/terminfo/f/foot-direct"
|
||||
}
|
||||
8
gui-apps/foot-terminfo/metadata.xml
Normal file
8
gui-apps/foot-terminfo/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>flewkey@2a03.party</email>
|
||||
<name>Ryan Fox</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user