From ac04a6037e3f278253bbe74df2af233bc722e846 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.2 --- 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..c31ee75c07f9 --- /dev/null +++ b/srcpkgs/offpunk/template @@ -0,0 +1,21 @@ +# Template file for 'offpunk' +pkgname=offpunk +version=1.9.2 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-flit_core" +depends="chafa file less python3-BeautifulSoup4 python3-cryptography + python3-feedparser python3-readability-lxml python3-requests + python3-setproctitle timg xdg-utils 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=96574ac3754f1564af4a2231c7ef0c2ff238b99f118a1244c8baafc4dd753a76 + +post_install() { + vlicense LICENSE + vman man/offpunk.1 +}