15 lines
437 B
Bash
15 lines
437 B
Bash
# Template file for 'catimg'
|
|
pkgname=catimg
|
|
version=2.5.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=8bbeeb18d4a5531dd8b86b130cc823cb9d0942f7b6e7013de70c251259a3a922
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|