From 7461b2553b5305c19019ff6b5f8994ec8c514db5 Mon Sep 17 00:00:00 2001 From: Chexier Date: Fri, 31 Jan 2020 20:12:16 -0300 Subject: Initial Commit --- .SRCINFO | 12 ++++++++++++ PKGBUILD | 14 ++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 .SRCINFO create mode 100644 PKGBUILD diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..1f5c53b --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,12 @@ +pkgbase = pfetch + pkgdesc = A pretty system information tool written in POSIX sh. + pkgver = 0.4.0 + pkgrel = 1 + url = https://github.com/dylanaraps/pfetch + arch = any + license = MIT + source = pfetch-0.4.0.tar.gz::https://github.com/dylanaraps/pfetch/archive/0.4.0.tar.gz + md5sums = SKIP + +pkgname = pfetch + diff --git a/PKGBUILD b/PKGBUILD new file mode 100644 index 0000000..5cb9d93 --- /dev/null +++ b/PKGBUILD @@ -0,0 +1,14 @@ +# Maintainer: Caio Novais +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') +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" +} -- cgit v1.2.3-70-g09d2