void-packages/srcpkgs/viu/template
UsernameRandomlyGenerated 058e8402a9 viu: update to 1.3.0
2021-01-17 21:15:30 -03:00

16 lines
442 B
Bash

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