void-packages/srcpkgs/viu/template
Jan Christian Grünhage 1a01c02803 viu: update to 1.2.
2020-10-24 14:33:32 +02:00

16 lines
440 B
Bash

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