summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f7fce061bf18784ffe4b51e10d921665a06d1304 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Maintainer: Caio Novais <caionov08 at protonmail dot com>
pkgname=pfetch
pkgver=0.4.0
pkgrel=1
pkgdesc="A pretty system information tool written in POSIX sh."
arch=('any')
url="https://github.com/dylanaraps/$pkgname"
license=('MIT')
provides=("$pkgname")
source=("$pkgname-$pkgver.tar.gz::https://github.com/dylanaraps/$pkgname/archive/$pkgver.tar.gz")
md5sums=('SKIP')

package() {
  install -Dm755 "$srcdir/$pkgname-$pkgver/pfetch" "$pkgdir/usr/bin/pfetch"
}