Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New package: offpunk-1.5 #39133

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions srcpkgs/offpunk-full
1 change: 1 addition & 0 deletions srcpkgs/offpunk-web
31 changes: 31 additions & 0 deletions srcpkgs/offpunk/template
@@ -0,0 +1,31 @@
# Template file for 'offpunk'
pkgname=offpunk
version=1.5
revision=1
wrksrc=${pkgname}
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="less file xdg-utils python3-cryptography"
short_desc="Command line gemini client"
maintainer="Felecarp <felecarp@tuta.io>"
license="BSD-2-Clause"
homepage="https://notabug.org/ploum/offpunk"
changelog="https://notabug.org/ploum/offpunk/raw/master/CHANGELOG"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=2d775af28397c6987d5c84b2f529b69f3c332dc46f2f4992620d86d80377392b

post_install() {
vlicense LICENSE
}

offpunk-web_package() {
short_desc+ " - web browsing enabled"
build_style=meta
depends="offpunk python3-requests python3-readability-lxml python3-feedparser chafa timg"
}

offpunk-full_package() {
short_desc+=" - all optional dependencies included"
build_style=meta
depends="offpunk-web xsel python3-setproctitle"
}