Added www-misc/kiwix-zim-updater-3.3

This commit is contained in:
saundersp
2025-10-06 21:31:11 +02:00
parent 93a0740184
commit 569de2c95f
4 changed files with 49 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION='A script to check `download.kiwix.org` for updates to your local ZIM library.'
HOMEPAGE='https://github.com/jojo2357/kiwix-zim-updater'
SRC_URI="https://github.com/jojo2357/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE='GPL-2'
SLOT='0'
KEYWORDS='~amd64 ~x86'
DEPEND='
app-shells/bash
sys-apps/grep
net-misc/wget
'
RDEPEND="${DEPEND}"
src_install() {
mv "${PN}".sh "${PN}"
dobin "${PN}"
}