blob: 33b0e286241c3251c4e0aa65a10d9db865e9f8b6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
name=pfetch
version=0.6.0
release=2
source="https://github.com/dylanaraps/${name}/archive/${version}/${name}-${version}.tar.gz
spm-support.patch"
build() {
mkdir -p $PKG/usr/bin
install -m755 pfetch $PKG/usr/bin/pfetch
}
|