void-packages/srcpkgs/catimg/template
Đoàn Trần Công Danh 9978e00086 srcpkgs: remove patch_args=-Np1 en-mass
git grep -l '^patch_args=.*p1' 'srcpkgs/*/template'  |
	xargs -r sed -i '/^patch_args=/d'
2021-06-20 13:17:29 +07:00

17 lines
455 B
Bash

# Template file for 'catimg'
pkgname=catimg
version=2.7.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=3a6450316ff62fb07c3facb47ea208bf98f62abd02783e88c56f2a6508035139
CFLAGS="-fcommon"
post_install() {
vlicense LICENSE
}