21 lines
580 B
Bash
21 lines
580 B
Bash
# Template file for 'aloadimage'
|
|
# !! keep synced with arcan
|
|
pkgname=aloadimage
|
|
version=0.6.1.1
|
|
revision=1
|
|
wrksrc="arcan-${version}"
|
|
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=3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e
|
|
|
|
post_install() {
|
|
vlicense ../../../COPYING
|
|
}
|