summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 60370889e8365d96627b9c36278aa34ce1ea2f12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: duffydack <duffydack73 {at] gmail {dot} com>

pkgname=ufetch-git
pkgver=20180427.84edb06
pkgrel=1
pkgdesc="Info script for minimal *nix systems."
arch=('any')
url="https://github.com/jschx/ufetch"
license=('GPL')
provides=('ufetch')
source=("https://raw.githubusercontent.com/jschx/ufetch/master/ufetch-arch")
md5sums=('SKIP')

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