9978e00086
git grep -l '^patch_args=.*p1' 'srcpkgs/*/template' | xargs -r sed -i '/^patch_args=/d'
16 lines
455 B
Bash
16 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
|
|
}
|