void-packages/srcpkgs/viu/template
UsernameRandomlyGenerated a43d2923ec viu: update to 1.4.0.
2021-12-21 12:54:42 +01:00

16 lines
442 B
Bash

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