summaryrefslogtreecommitdiffstats
path: root/pfetch
diff options
context:
space:
mode:
authorYigit Sever2024-05-02 19:32:00 +0300
committerYigit Sever2024-05-02 19:32:00 +0300
commit1ef4b5cc0e1971e4f48a83cde87238072b7081e9 (patch)
tree4d9f218c99e3903894504dbd95cc2be711fceb9d /pfetch
parentf7f4eedab3dfae0a2e2545524894a745a6be0783 (diff)
downloadpackages-1ef4b5cc0e1971e4f48a83cde87238072b7081e9.tar.gz
packages-1ef4b5cc0e1971e4f48a83cde87238072b7081e9.tar.bz2
packages-1ef4b5cc0e1971e4f48a83cde87238072b7081e9.zip
Deleted package: pfetch
Diffstat (limited to 'pfetch')
-rw-r--r--pfetch/.SRCINFO14
-rw-r--r--pfetch/.gitignore3
-rw-r--r--pfetch/PKGBUILD19
3 files changed, 0 insertions, 36 deletions
diff --git a/pfetch/.SRCINFO b/pfetch/.SRCINFO
deleted file mode 100644
index daffbc0..0000000
--- a/pfetch/.SRCINFO
+++ /dev/null
@@ -1,14 +0,0 @@
1pkgbase = pfetch
2 pkgdesc = A pretty system information tool written in POSIX sh.
3 pkgver = 0.6.0
4 pkgrel = 3
5 url = https://github.com/dylanaraps/pfetch
6 arch = any
7 license = MIT
8 provides = pfetch
9 conflicts = pfetch-git
10 source = pfetch-0.6.0.tar.gz::https://github.com/dylanaraps/pfetch/archive/0.6.0.tar.gz
11 b2sums = 300f6f44f9306df4f438227a6f35bd54f50e477b950a45d63656f7c460cfc30a8b44ebdb3d5fdcf1e808e3b8e8e69e14088ff73a5da4485abf694893f2cc53f3
12
13pkgname = pfetch
14
diff --git a/pfetch/.gitignore b/pfetch/.gitignore
deleted file mode 100644
index 8d78c83..0000000
--- a/pfetch/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
1pkg/
2src/
3*.tar*
diff --git a/pfetch/PKGBUILD b/pfetch/PKGBUILD
deleted file mode 100644
index e3a1ab5..0000000
--- a/pfetch/PKGBUILD
+++ /dev/null
@@ -1,19 +0,0 @@
1# Maintainer: Qontinuum <qontinuum.dev@protonmail.ch>
2# Contributor: Caio Novais <caionov08 at gmail dot com>
3
4pkgname=pfetch
5pkgver=0.6.0
6pkgrel=3
7pkgdesc="A pretty system information tool written in POSIX sh."
8arch=('any')
9url="https://github.com/dylanaraps/$pkgname"
10license=('MIT')
11provides=("$pkgname")
12conflicts=('pfetch-git')
13source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
14b2sums=('300f6f44f9306df4f438227a6f35bd54f50e477b950a45d63656f7c460cfc30a8b44ebdb3d5fdcf1e808e3b8e8e69e14088ff73a5da4485abf694893f2cc53f3')
15
16package() {
17 install -Dm755 "$srcdir/$pkgname-$pkgver/pfetch" "$pkgdir/usr/bin/pfetch"
18 install -Dm644 "$srcdir/$pkgname-$pkgver/LICENSE.md" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
19}