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

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

MAKEDEPS="make"
DEPS="libx11 motif"

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

build () {
    make 
}

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