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

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

MAKEDEPS="make libx11 motif"

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

build () {
    make 
}

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