20 lines
553 B
Bash
20 lines
553 B
Bash
# Template file for 'aloadimage'
|
|
# !! keep synced with arcan
|
|
pkgname=aloadimage
|
|
version=0.6.3.3
|
|
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 <mail@piraty.dev>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://arcan-fe.com/"
|
|
distfiles="https://github.com/letoram/arcan/archive/${version}.tar.gz"
|
|
checksum=77ae043899a28110012d6f930e101d173214e6649af87564d05ccfaca5d0d726
|
|
|
|
post_install() {
|
|
vlicense ../../../COPYING
|
|
}
|