From 348fe4eea1c85910e36919ccb83ed1da5c3fe22f Mon Sep 17 00:00:00 2001 From: ethamck Date: Sat, 5 Aug 2023 18:42:23 +0000 Subject: [PATCH] New package: wiki-tui-0.8.2 --- srcpkgs/wiki-tui/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/wiki-tui/template diff --git a/srcpkgs/wiki-tui/template b/srcpkgs/wiki-tui/template new file mode 100644 index 0000000000000..a2f92848ee1df --- /dev/null +++ b/srcpkgs/wiki-tui/template @@ -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 " +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=3fc11a53707531d658f47c04b1e148ff81332e20ada71f028c5c5cc69c2728aa + +post_install() { + vlicense LICENSE + + vcopy icons/ usr/share/icons/ + vinstall wiki-tui.desktop 644 usr/share/applications +}