x11-terms/ghostty: add missing depend dev-libs/oniguruma
[gentoo-zh.git] / media-gfx / tifig-bin / tifig-bin-0.2.2.ebuild
blob4d9c26c8c4d50224b4e6950cd2c1e49f1f9a51e9
1 # Copyright 2022 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=8
6 DESCRIPTION="Converts iOS 11 HEIC images to practical formats - Static binary"
7 HOMEPAGE="https://github.com/monostream/tifig"
8 SRC_URI="https://github.com/monostream/${PN%-bin}/releases/download/${PV}/${PN%-bin}-static-${PV}.tar.gz"
10 LICENSE="Apache-2.0"
11 SLOT="0"
12 KEYWORDS="amd64"
14 DEPEND=">=sys-libs/glibc-2.14"
15 RDEPEND="${DEPEND}"
17 S="${WORKDIR}"
19 src_install(){
20 dobin ${PN%-bin}
21 fperms 0755 "/usr/bin/${PN%-bin}"