diff options
| -rw-r--r-- | repos/xorg/hsetroot/.files | 4 | ||||
| -rw-r--r-- | repos/xorg/hsetroot/abuild | 9 | ||||
| -rw-r--r-- | repos/xorg/hsetroot/depends | 3 |
3 files changed, 16 insertions, 0 deletions
diff --git a/repos/xorg/hsetroot/.files b/repos/xorg/hsetroot/.files new file mode 100644 index 00000000..81ce7b64 --- /dev/null +++ b/repos/xorg/hsetroot/.files @@ -0,0 +1,4 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/hsetroot +-rwxr-xr-x root/root usr/bin/hsr-outputs diff --git a/repos/xorg/hsetroot/abuild b/repos/xorg/hsetroot/abuild new file mode 100644 index 00000000..e16152c3 --- /dev/null +++ b/repos/xorg/hsetroot/abuild @@ -0,0 +1,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 +} diff --git a/repos/xorg/hsetroot/depends b/repos/xorg/hsetroot/depends new file mode 100644 index 00000000..76dd7893 --- /dev/null +++ b/repos/xorg/hsetroot/depends @@ -0,0 +1,3 @@ +libx11 +libxinerama +imlib2 |