15 lines
437 B
Bash
15 lines
437 B
Bash
# Template file for 'catimg'
|
|
pkgname=catimg
|
|
version=2.6.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/${version}.tar.gz"
|
|
checksum=53d6cbb5844424a4e8422b54c873c301c5ad0f286249c73b2e1a790dda991a3b
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|