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: catimg-2.4.0 #15

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
15 changes: 15 additions & 0 deletions srcpkgs/catimg/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Template file for 'catimg'
pkgname=catimg
version=2.4.0
revision=1
build_style=cmake
short_desc="Insanely fast image printing in your terminal"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="MIT"
homepage="https://github.com/posva/catimg"
distfiles="https://github.com/posva/catimg/archive/v${version}.tar.gz"
checksum=3eb475a9463976362470b4aad09442ff1157723e3fc342b125b4b41a055e8fe7

post_install() {
vlicense LICENSE
}