diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-12 09:48:59 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-12 09:48:59 +0300 |
commit | 008c95902dbdb02ec295cf1188cdda80e87340e3 (patch) | |
tree | f9b893ce4e0d6b1abc68962e971e5097adcaa41c /cem/sb | |
download | repository-008c95902dbdb02ec295cf1188cdda80e87340e3.tar.gz |
initial commit
Diffstat (limited to 'cem/sb')
-rwxr-xr-x | cem/sb/build | 3 | ||||
-rw-r--r-- | cem/sb/checksums | 1 | ||||
-rw-r--r-- | cem/sb/sources | 1 | ||||
-rw-r--r-- | cem/sb/version | 1 |
4 files changed, 6 insertions, 0 deletions
diff --git a/cem/sb/build b/cem/sb/build new file mode 100755 index 0000000..0837405 --- /dev/null +++ b/cem/sb/build @@ -0,0 +1,3 @@ +#!/bin/sh -e + +make PREFIX=/usr DESTDIR="$1" install diff --git a/cem/sb/checksums b/cem/sb/checksums new file mode 100644 index 0000000..3247bae --- /dev/null +++ b/cem/sb/checksums @@ -0,0 +1 @@ +a800d8868158d86123cb5bb9bd69093dc70e75b14465e930dd346ee5b0433cab sb-1.0.tar.gz diff --git a/cem/sb/sources b/cem/sb/sources new file mode 100644 index 0000000..2900d7d --- /dev/null +++ b/cem/sb/sources @@ -0,0 +1 @@ +https://git.ckyln.com/archives/sb/sb-1.0.tar.gz diff --git a/cem/sb/version b/cem/sb/version new file mode 100644 index 0000000..f35ed48 --- /dev/null +++ b/cem/sb/version @@ -0,0 +1 @@ +1.0 1 |