blob: 16ee6c07c9b78d30dac5a12d6a8ccf220ef196e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
name=sowm
version=1.6
release=1
source="https://github.com/dylanaraps/${name}/archive/${version}/${name}-${version}.tar.gz
multihead-support.patch
config.h"
prebuild() {
cp $SRC/config.h .
}
|