blob: 53cc95843c20b0b770b384beac5932397a974b9c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = local-arch-wiki
pkgdesc = A convenient wrapper for arch-wiki-docs, enabling effortless searching and access to the offline Arch Wiki.
pkgver = 2.0
pkgrel = 0
url = https://github.com/whoisyoges/local-arch-wiki
arch = any
license = GPL2
makedepends = git
depends = arch-wiki-docs
depends = bash
depends = sed
optdepends = dmenu: tofi, dmenu, rofi or any other menu.
optdepends = firefox: Firefox or any other web browser.
optdepends = libnotify: For notification support.
source = local-arch-wiki::git+https://github.com/whoisyoges/local-arch-wiki
sha256sums = SKIP
pkgname = local-arch-wiki
|