15 lines
442 B
Bash
15 lines
442 B
Bash
# Template file for 'viu'
|
|
pkgname=viu
|
|
version=0.2.2
|
|
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=4c7a7c670e7256f4d4fd0b1ca221dfbd4da79d12036af2c8b4fd222fe7287b73
|
|
|
|
post_install() {
|
|
vlicense LICENSE-MIT
|
|
}
|