Package Details: macho 1-2

Git Clone URL: https://aur.archlinux.org/macho.git (read-only, click to copy)
Package Base: macho
Description: Macho is a man page viewer by HiPhish
Upstream URL: https://hiphish.github.io/blog/2020/05/31/macho-man-command-on-steroids/
Licenses: GPL
Provides: macho
Submitter: ThePaulODoom
Maintainer: ThePaulODoom
Last Packager: ThePaulODoom
Votes: 1
Popularity: 0.000000
First Submitted: 2020-07-13 17:47 (UTC)
Last Updated: 2020-07-13 20:17 (UTC)

Latest Comments

FirstAirBender commented on 2020-12-02 01:48 (UTC)

Why are you downloading the package twice?

# Maintainer: ThePaulODoom <pblemmermann@gmail.com>
pkgname=macho
pkgver=1995457
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')
provides=('macho')
source=("$pkgname::https://gitlab.com/snippets/${pkgver}/raw")
md5sums=('SKIP')

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