blob: 003fbff31f3a0604a9547bac659ed9f729a970c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
pkgbase = hydrafetch
pkgdesc = A simple system information fetch tool written in Python
pkgver = 1.0.0
pkgrel = 1
url = https://github.com/lfotkrc/hydrafetch
arch = any
license = MIT
depends = python
depends = python-psutil
depends = python-colorama
source = git+https://github.com/lfotkrc/hydrafetch.git
sha256sums = SKIP
pkgname = hydrafetch
|