New package: wiki-tui-0.8.2

This commit is contained in:
ethamck 2023-08-05 18:42:23 +00:00 committed by classabbyamp
parent 77085e029c
commit ae3f238b0d
1 changed files with 21 additions and 0 deletions

21
srcpkgs/wiki-tui/template Normal file
View File

@ -0,0 +1,21 @@
# Template file for 'wiki-tui'
pkgname=wiki-tui
version=0.8.2
revision=1
build_style=cargo
hostmakedepends="pkg-config"
makedepends="openssl-devel"
short_desc="Simple and easy to use Wikipedia Text User Interface"
maintainer="ethamck <ethamck@proton.me>"
license="MIT"
homepage="https://builditluc.github.io/wiki-tui/"
changelog="https://github.com/Builditluc/wiki-tui/raw/main/CHANGELOG.md"
distfiles="https://github.com/Builditluc/wiki-tui/archive/refs/tags/v${version}.tar.gz"
checksum=408bc8eb928e3a9b8d0c59ac2aa160c101b1e978e1a95eb751585f54087dfe62
post_install() {
vlicense LICENSE
vcopy icons/ usr/share/icons/
vinstall wiki-tui.desktop 644 usr/share/applications
}