15 lines
442 B
Bash
15 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
|
|
}
|