void-packages/srcpkgs/aloadimage/template

21 lines
594 B
Bash
Raw Normal View History

2018-01-26 23:26:51 +01:00
# Template file for 'aloadimage'
2018-09-16 14:07:30 +02:00
# needs to be synced with the arcan package
2018-01-26 23:26:51 +01:00
pkgname=aloadimage
2018-09-16 14:07:30 +02:00
version=0.5.5
2018-01-26 23:26:51 +01:00
revision=1
wrksrc="arcan-${version}"
2018-01-26 23:26:51 +01:00
build_wrksrc=src/tools/aloadimage
build_style=cmake
2018-01-26 23:26:51 +01:00
hostmakedepends="pkg-config"
makedepends="arcan-devel libseccomp-devel"
short_desc="Image viewer for Arcan"
maintainer="Piraty <piraty1@inbox.ru>"
license="BSD-3-Clause"
2018-01-26 23:26:51 +01:00
homepage="https://arcan-fe.com/"
distfiles="https://github.com/letoram/arcan/archive/${version}.tar.gz"
2018-09-16 14:07:30 +02:00
checksum=578ed860a99a02cf1cf963efac830eb8af08093e4322832b2be6554d8c922ff2
2018-01-26 23:26:51 +01:00
post_install() {
vlicense ../../../COPYING
}