summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d4fa2d51d0196b24e0efcf49992bf39a4cf5392c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Maintainer: WilliamAnimate. Inquires go https://github.com/WilliamAnimate/exfetch/issues/new or contact me on Discord: wiamill

pkgname="exfetch-bin"
pkgver=0.10.0
pkgrel=1
pkgdesc="A fork of xFetch designed to look as good as possible, whilst maintaining its high performance."
arch=('any')
url="https://github.com/WilliamAnimate/exfetch"
license=('MIT')

source=(
	"https://github.com/WilliamAnimate/exfetch/releases/download/v0.10.0/exfetch.tar.gz"
	"https://raw.githubusercontent.com/WilliamAnimate/exfetch/main/LICENSE"
)
sha256sums=(
	'SKIP'
	'SKIP'
)

package() {
	cd "$srcdir/"
	install -Dm644 LICENSE "$pkgdir/usr/share/licenses/exfetch/LICENSE"
	install -Dm755 exfetch "${pkgdir}/usr/bin/exfetch"
}