diff options
Diffstat (limited to 'PKGBUILD')
| -rw-r--r-- | PKGBUILD | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD new file mode 100644 index 0000000..5cb9d93 --- /dev/null +++ b/PKGBUILD | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | # Maintainer: Caio Novais <caionov08 at protonmail dot com> | ||
| 2 | pkgname=pfetch | ||
| 3 | pkgver=0.4.0 | ||
| 4 | pkgrel=1 | ||
| 5 | pkgdesc="A pretty system information tool written in POSIX sh." | ||
| 6 | arch=('any') | ||
| 7 | url="https://github.com/dylanaraps/$pkgname" | ||
| 8 | license=('MIT') | ||
| 9 | source=("$pkgname-$pkgver.tar.gz::https://github.com/dylanaraps/$pkgname/archive/$pkgver.tar.gz") | ||
| 10 | md5sums=('SKIP') | ||
| 11 | |||
| 12 | package() { | ||
| 13 | install -Dm755 "$srcdir/$pkgname-$pkgver/pfetch" "$pkgdir/usr/bin/pfetch" | ||
| 14 | } | ||
