Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions srcpkgs/manga-tui/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Template file for 'manga-tui'
pkgname=manga-tui
version=0.10.0
revision=1
build_style=cargo
hostmakedepends="pkg-config"
makedepends="dbus-devel sqlite-devel openssl-devel libzstd-devel"
short_desc="Terminal-based manga reader"
maintainer="Kirilla <kirill39.pesin@ya.ru>"
license="MIT"
homepage="https://github.com/josueBarretogit/manga-tui"
changelog="https://github.com/josueBarretogit/manga-tui/releases"
distfiles="https://github.com/josueBarretogit/manga-tui/archive/v${version}.tar.gz"
checksum=6939b894478e5c96560933e1916678b58b6445bc7aa300288b7f3f00bb3090a3

post_install() {
vlicense LICENSE
}