# Template file for 'wiki-tui'
pkgname=wiki-tui
version=0.9.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=4f51547c0597ee9d6be9e946a612bfc052f8addd59b01f2bd599b31c3b636004

post_install() {
	vlicense LICENSE

	vcopy icons/ usr/share/icons/
	vinstall wiki-tui.desktop 644 usr/share/applications
}
