Package Details: woob-git 3.6.r333.gecb44eab4-1

Git Clone URL: https://aur.archlinux.org/woob-git.git (read-only, click to copy)
Package Base: woob-git
Description: Core library and modules for Web Outside of Browsers
Upstream URL: https://woob.tech
Licenses: LGPL3
Conflicts: weboob-git, weboob-headless, weboob-qt, woob
Provides: woob, woob-headless
Replaces: weboob, woob, woob-headless
Submitter: benjaminvialle
Maintainer: cgirard
Last Packager: cgirard
Votes: 1
Popularity: 0.000001
First Submitted: 2021-05-01 19:16 (UTC)
Last Updated: 2024-02-06 14:48 (UTC)

Latest Comments

rakoo commented on 2024-11-18 16:00 (UTC) (edited on 2024-11-18 16:01 (UTC) by rakoo)

Hey there, here's a patch for adding man pages to the package

From d1a33b026f04e0a3aa155e650340e6bdb1193906 Mon Sep 17 00:00:00 2001
From: rako <m@rako.space>
Date: Mon, 18 Nov 2024 16:43:57 +0100
Subject: [PATCH 1/2] Include man pages in package

---
 PKGBUILD | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/PKGBUILD b/PKGBUILD
index 474a41e..88595c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -44,5 +44,7 @@ build() {
 package() {
   cd "${srcdir}/woob"
   python -m installer --destdir="$pkgdir" dist/*.whl
+  install -m 755 -d "${pkgdir}/usr/share/man/man1"
+  install -m 755 man/*.1 "${pkgdir}/usr/share/man/man1"
 }

-- 
2.46.1