void-packages/srcpkgs/viu/template
Jan Christian Grünhage c47c86341b New package: viu-0.2.2
2019-12-05 15:34:35 +01:00

15 lines
442 B
Bash

# Template file for 'viu'
pkgname=viu
version=0.2.2
revision=1
build_style=cargo
short_desc="CLI app to view images in the terminal"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="MIT"
homepage="https://github.com/atanunq/viu"
distfiles="https://github.com/atanunq/viu/archive/v${version}.tar.gz"
checksum=4c7a7c670e7256f4d4fd0b1ca221dfbd4da79d12036af2c8b4fd222fe7287b73
post_install() {
vlicense LICENSE-MIT
}