blob: 6516a69311441e15b78c9cccdf140886c069e70d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
pkgname=datafetch
pkgver=2.3.2
pkgrel=1
pkgdesc="Live system information dashboard for Linux terminals"
arch=('any')
url="https://github.com/KlodCripta/Datafetch"
license=('MIT')
depends=('bash')
source=("$pkgname-$pkgver.tar.gz::https://github.com/KlodCripta/Datafetch/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('SKIP')
package() {
install -Dm755 "$srcdir/Datafetch-$pkgver/datafetch.sh" "$pkgdir/usr/bin/datafetch"
}
|