summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 19f513d311238332f2493853f7613141710b8cf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: monsoon

pkgname=mantra
pkgver=1.0
pkgrel=1
pkgdesc="View online manual pages straight from the terminal."
arch=('any')
url="https://codeberg.org/theooo/mantra.py"
source=("https://codeberg.org/theooo/mantra.py/raw/branch/main/mantra")
# source=("${pkgname}::git+${git-repo-url}")
depends=("python" "python-beautifulsoup4" "fzf")
license=("custom")
sha512sums=("SKIP")

package() {
  install -Dm755 mantra "${pkgdir}/usr/bin/mantra"
}