summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 8c3191280d93b451eb55f832a37f2aaf6a555b9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: ThePaulODoom <pblemmermann@gmail.com>
pkgname=macho
pkgver=1
pkgrel=2
pkgdesc="Macho is a man page viewer by HiPhish"
arch=('any')
url="https://hiphish.github.io/blog/2020/05/31/macho-man-command-on-steroids/"
license=('GPL')
depends=('man-db' 'sed' 'gawk' 'grep' 'coreutils' 'fzf')
makedepends=('curl')
provides=('macho')
source=("$pkgname::https://gitlab.com/snippets/1995457/raw")
md5sums=('SKIP')

package() {
    curl -LO "https://gitlab.com/snippets/1995457/raw"
    install -Dm755 ./raw "$pkgdir/usr/bin/macho"
}