From 2ab8172c4f1e24e36bd2aca2c64ca2d9890ae275 Mon Sep 17 00:00:00 2001 From: Maeve Sproule Date: Sun, 12 Mar 2023 14:38:57 -0600 Subject: [PATCH] New package: offpunk-1.9.1 --- srcpkgs/offpunk/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/offpunk/template diff --git a/srcpkgs/offpunk/template b/srcpkgs/offpunk/template new file mode 100644 index 000000000000..1bc1d7c8612c --- /dev/null +++ b/srcpkgs/offpunk/template @@ -0,0 +1,21 @@ +# Template file for 'offpunk' +pkgname=offpunk +version=1.9.1 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="chafa file less timg xdg-utils python3-cryptography python3-feedparser + python3-BeautifulSoup4 python3-readability-lxml python3-requests + python3-setproctitle xsel" +short_desc="Offline-first command-line browser for gemini, gopher and the web" +maintainer="Maeve Sproule " +license="BSD-2-Clause" +homepage="https://sr.ht/~lioploum/offpunk" +changelog="https://git.sr.ht/~lioploum/offpunk/blob/master/CHANGELOG" +distfiles="https://git.sr.ht/~lioploum/offpunk/archive/v${version}.tar.gz" +checksum=9ba68bbfc95c91a7f5bff1ead8f7d030fd692c4eec103aeea33ed4f258d210b8 + +post_install() { + vlicense LICENSE + vman man/offpunk.1 +}