summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3083bfe29b847ed9c34acdb4330bc8751e0507fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Maintainer: Frolleks <frolleks@hotmail.com>
pkgname=sfetch
pkgver=1.2.1
pkgrel=5
pkgdesc="A simple system fetch CLI tool written in Shell"
arch=(any)
url="https://github.com/Frolleks/sfetch"
license=('ISC')
source=("https://github.com/Frolleks/sfetch/archive/v$pkgver.tar.gz")
sha256sums=('64ff502ab4b5a84c59be28eb73801f631e3004f5b2c00a9dff858319c4d08a09')

package() {
	cd "$pkgname-$pkgver"
	make DESTDIR="$pkgdir/" install
}