summaryrefslogtreecommitdiff
path: root/repo/system/unibilium/unibilium.xibuild
blob: 9c170f7f032164dc8fba25280b084766da74cf17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/sh

MAKEDEPS="make "
DEPS="musl"

PKG_VER=2.1.1
SOURCE=https://github.com/neovim/unibilium/archive/v$PKG_VER.tar.gz
DESC="Terminfo parsing library"

build () {
    make PREFIX=/usr
}

check () {
    make test
}

package () {
    make PREFIX=/usr DESTDIR=$PKG_DEST install 
}