diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-09 19:17:24 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-09 19:17:24 +0300 |
commit | 03423e0583057cbe5a16f8439183e2dbc0e8dd7c (patch) | |
tree | 81fe3ba69d94146f83fb5541d1fb2da0ac4eac08 /xorg/sowm | |
download | repository-03423e0583057cbe5a16f8439183e2dbc0e8dd7c.tar.gz |
secondary commit
Diffstat (limited to 'xorg/sowm')
-rwxr-xr-x | xorg/sowm/build | 4 | ||||
-rw-r--r-- | xorg/sowm/checksums | 1 | ||||
-rw-r--r-- | xorg/sowm/depends | 1 | ||||
-rw-r--r-- | xorg/sowm/sources | 1 | ||||
-rw-r--r-- | xorg/sowm/version | 1 |
5 files changed, 8 insertions, 0 deletions
diff --git a/xorg/sowm/build b/xorg/sowm/build new file mode 100755 index 00000000..7de21eed --- /dev/null +++ b/xorg/sowm/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +make +make DESTDIR="$1" install diff --git a/xorg/sowm/checksums b/xorg/sowm/checksums new file mode 100644 index 00000000..ad41f283 --- /dev/null +++ b/xorg/sowm/checksums @@ -0,0 +1 @@ +60f3deaf2663fd35da3ac305143350f4b28dd41cea5f4ffc0fd7cf7f1e268098 1.0.tar.gz diff --git a/xorg/sowm/depends b/xorg/sowm/depends new file mode 100644 index 00000000..1903bba6 --- /dev/null +++ b/xorg/sowm/depends @@ -0,0 +1 @@ +libX11 diff --git a/xorg/sowm/sources b/xorg/sowm/sources new file mode 100644 index 00000000..60a89833 --- /dev/null +++ b/xorg/sowm/sources @@ -0,0 +1 @@ +https://github.com/dylanaraps/sowm/archive/1.0.tar.gz diff --git a/xorg/sowm/version b/xorg/sowm/version new file mode 100644 index 00000000..f35ed484 --- /dev/null +++ b/xorg/sowm/version @@ -0,0 +1 @@ +1.0 1 |