18 lines
541 B
Bash
18 lines
541 B
Bash
# Template file for 'mangadesk'
|
|
pkgname=mangadesk
|
|
version=0.7.8
|
|
revision=2
|
|
build_style=go
|
|
go_import_path=github.com/darylhjd/mangadesk
|
|
short_desc="Terminal client for MangaDex"
|
|
maintainer="Clyhtsuriva <void-packages@adjutor.xyz>"
|
|
license="MIT"
|
|
homepage="https://github.com/darylhjd/mangadesk"
|
|
changelog="https://github.com/darylhjd/mangadesk/releases"
|
|
distfiles="https://github.com/darylhjd/mangadesk/archive/v${version}.tar.gz"
|
|
checksum=85120472113e2a98d4cd9fc731e268545facd194f6dc973e29a5b2867a8305c8
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|