17 lines
507 B
Bash
17 lines
507 B
Bash
# Template file for 'rasterview'
|
|
pkgname=rasterview
|
|
version=1.4.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
maintainer="Orphaned <orphan@voidlinux.eu>"
|
|
makedepends="fltk-devel"
|
|
license="GPL-2"
|
|
homepage="http://michaelrsweet.github.io/rasterview/"
|
|
short_desc="CUPS/PWG Raster file viewer"
|
|
distfiles="https://github.com/michaelrsweet/rasterview/releases/download/v${version}/rasterview-${version}.tar.gz"
|
|
checksum=60a3c4dafbe93bd96ec85cbebd48386e38a2d4124923b1e8f374435901771411
|
|
|
|
do_install() {
|
|
vbin rasterview
|
|
}
|