vp-build/srcpkgs/aloadimage/template

20 lines
554 B
Bash

# Template file for 'aloadimage'
# !! keep synced with arcan
pkgname=aloadimage
version=0.6.2.1
revision=1
build_wrksrc=src/tools/aloadimage
build_style=cmake
hostmakedepends="pkg-config"
makedepends="arcan-devel libseccomp-devel"
short_desc="Image viewer for Arcan"
maintainer="Piraty <piraty1@inbox.ru>"
license="BSD-3-Clause"
homepage="https://arcan-fe.com/"
distfiles="https://github.com/letoram/arcan/archive/${version}.tar.gz"
checksum=7bf083412bc61555472877313c13116431a0a36fccbf142f97559db43b4a1475
post_install() {
vlicense ../../../COPYING
}