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