summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 9430f0d3ce3b7c84c3a0ff559a261894d6da5f5d (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/${pkgname}"
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"
}