diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-17 01:06:52 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-17 01:06:52 +0300 |
commit | e092ff5365a7cec7e0d41c298df92745c80233d2 (patch) | |
tree | a916b3e8f8233059b404f1439035be46c50ab75c /extra/smu | |
parent | 0124c81db637ae1af5ea628748cfa3d8c6069cde (diff) | |
download | repository-e092ff5365a7cec7e0d41c298df92745c80233d2.tar.gz |
smu: move to extra
Diffstat (limited to 'extra/smu')
-rwxr-xr-x | extra/smu/build | 4 | ||||
-rw-r--r-- | extra/smu/checksums | 1 | ||||
-rw-r--r-- | extra/smu/sources | 1 | ||||
-rw-r--r-- | extra/smu/version | 1 |
4 files changed, 7 insertions, 0 deletions
diff --git a/extra/smu/build b/extra/smu/build new file mode 100755 index 00000000..954aa1f3 --- /dev/null +++ b/extra/smu/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +make +make PREFIX=/usr DESTDIR="$1" install diff --git a/extra/smu/checksums b/extra/smu/checksums new file mode 100644 index 00000000..7c8bd08d --- /dev/null +++ b/extra/smu/checksums @@ -0,0 +1 @@ +f3bb18f958962679a7fb48d7f8dcab8b59154d66f23c9aba02e78103106093a4 v1.5.tar.gz diff --git a/extra/smu/sources b/extra/smu/sources new file mode 100644 index 00000000..b8e05029 --- /dev/null +++ b/extra/smu/sources @@ -0,0 +1 @@ +https://github.com/Gottox/smu/archive/v1.5.tar.gz diff --git a/extra/smu/version b/extra/smu/version new file mode 100644 index 00000000..7e8c7865 --- /dev/null +++ b/extra/smu/version @@ -0,0 +1 @@ +1.5 1 |