void-packages/srcpkgs/viu/template
Jan Christian Grünhage 1ad6571fde viu: update to 1.1.
2020-10-06 14:22:05 +02:00

15 lines
440 B
Bash

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