21 lines
648 B
Bash
21 lines
648 B
Bash
# Template file for 'imv'
|
|
pkgname=imv
|
|
version=3.1.2
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
hostmakedepends="asciidoc pkg-config"
|
|
makedepends="SDL2_ttf-devel cmocka-devel fontconfig-devel freeimage-devel
|
|
librsvg-devel"
|
|
depends="desktop-file-utils"
|
|
conf_files="/etc/imv_config"
|
|
short_desc="Image viewer for X11/Wayland"
|
|
maintainer="Arvin Ignaci <arvin.ignaci@gmail.com>"
|
|
license="GPL-2.0-or-later, MIT"
|
|
homepage="https://github.com/eXeC64/imv"
|
|
distfiles="https://github.com/eXeC64/imv/archive/v${version}.tar.gz"
|
|
checksum=4d98696ea5c16b4cb6f7b3c3e7da8ee9e1814e9fc78e66ee1a2015f5dfd0d450
|
|
conflicts="renameutils>=0"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|