void-packages/srcpkgs/viu/template
Jan Christian Gr??nhage 68a4fe179b viu: update to 1.0.
2020-03-23 08:57:55 +01:00

16 lines
440 B
Bash

# Template file for 'viu'
pkgname=viu
version=1.0
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=9e224808a96ec1e01b29a25e99135850a593b38dbbd08d4ae5205236a50e7b41
post_install() {
vlicense LICENSE-MIT
}