9 lines
117 B
Bash
9 lines
117 B
Bash
#!/bin/sh
|
|
|
|
NAME=xdo
|
|
VERSION=nightly
|
|
UPSTREAM=https://github.com/baskerville/xdo.git
|
|
. soft
|
|
|
|
$GMAKE -C "$SRC" install
|