summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 4dbc1f7f46230f137716ced1aeecafe7339527b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Caio Novais <caionov08 at gmail dot com>
# shellcheck shell=bash
# shellcheck disable=SC2034,SC2154
pkgname=pfetch
pkgver=0.6.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")
sha1sums=('9440d085e9ef93a94127ed634edbbfb2048186c7')

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