blob: e16152c3d3319d76246fa7381a9ed9f8f9e4196d (
plain)
1
2
3
4
5
6
7
8
9
|
name=hsetroot
version=1.0.5
release=1
source="https://github.com/himdel/${name}/archive/${version}/${name}-${version}.tar.gz"
build() {
make
install -Dt $PKG/usr/bin hsetroot hsr-outputs
}
|