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