Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New package: timg-0.9.8 #22515

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions srcpkgs/timg/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Template file for 'timg'
pkgname=timg
version=0.9.8
revision=1
wrksrc="${pkgname}-${version}"
build_wrksrc="src"
build_style=gnu-makefile
hostmakedepends="libgraphicsmagick-devel"
makedepends="libgraphicsmagick-devel libX11-devel libXext-devel libwebp-devel
lcms2-devel libSM-devel freetype-devel libltdl-devel libgomp-devel"
short_desc="24-bit color image viewer for terminal"
maintainer="Daniel Santana <daniel@santana.tech>"
license="GPL-2.0-only"
homepage="https://github.com/hzeller/timg"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=436e2c3b5f43e906786ca150d11e521281d558329a7bc00198fe30d6907ee8c4

do_install() {
vbin timg
}