16 lines
420 B
Bash
16 lines
420 B
Bash
# Template file for 'viu'
|
|
pkgname=viu
|
|
version=1.5.0
|
|
revision=1
|
|
build_style=cargo
|
|
short_desc="CLI app to view images in the terminal"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/atanunq/viu"
|
|
distfiles="https://github.com/atanunq/viu/archive/v${version}.tar.gz"
|
|
checksum=9682be1561f7a128436bd2e45d1f8f7146ca1dd7f528a69bd3c171e4e855474b
|
|
|
|
post_install() {
|
|
vlicense LICENSE-MIT
|
|
}
|