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