diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-07-15 09:56:45 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-07-15 09:56:45 +0800 |
| commit | d343a2feb8020153e0514667e76f0d3ee0d7eb83 (patch) | |
| tree | 797886d286c2fe73bbc411ad2c04c48b81ce01bb /repos/xorg/sowm/abuild | |
| parent | fa579f499b631b652e7b84d022e3194692f1c7c1 (diff) | |
| download | alicelinux-d343a2feb8020153e0514667e76f0d3ee0d7eb83.tar.gz alicelinux-d343a2feb8020153e0514667e76f0d3ee0d7eb83.zip | |
sowm: new added
Diffstat (limited to 'repos/xorg/sowm/abuild')
| -rw-r--r-- | repos/xorg/sowm/abuild | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/repos/xorg/sowm/abuild b/repos/xorg/sowm/abuild new file mode 100644 index 00000000..16ee6c07 --- /dev/null +++ b/repos/xorg/sowm/abuild @@ -0,0 +1,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 . +} + |