summaryrefslogtreecommitdiff
path: root/repo/xclock-cat/xclock-cat.xibuild
blob: 896f41806f87a06717d529fd86a317b82bb0631c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh

NAME="xclock-cat"
DESC="xclock cat mode"

MAKEDEPS="make"
DEPS="libx11 motif"

SOURCE="https://github.com/BarkyTheDog/catclock"

build () {
    make 
}

package () {
    install -Dm755 xclock $PKG_DEST/usr/bin/xclock-cat
}