void-packages/srcpkgs/catimg/template
Jürgen Buchmüller 8bc3694e71 catimg: needs -fcommon for gcc10
[ci skip]
2020-08-28 18:25:30 +02:00

17 lines
456 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
CFLAGS="-fcommon"
post_install() {
vlicense LICENSE
}