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/st | |
download | repository-008c95902dbdb02ec295cf1188cdda80e87340e3.tar.gz |
initial commit
Diffstat (limited to 'cem/st')
-rwxr-xr-x | cem/st/build | 4 | ||||
-rw-r--r-- | cem/st/checksums | 1 | ||||
-rw-r--r-- | cem/st/sources | 1 | ||||
-rw-r--r-- | cem/st/version | 1 |
4 files changed, 7 insertions, 0 deletions
diff --git a/cem/st/build b/cem/st/build new file mode 100755 index 0000000..954aa1f --- /dev/null +++ b/cem/st/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +make +make PREFIX=/usr DESTDIR="$1" install diff --git a/cem/st/checksums b/cem/st/checksums new file mode 100644 index 0000000..fd2807b --- /dev/null +++ b/cem/st/checksums @@ -0,0 +1 @@ +90846c65a51f26c6ad20d940c3a16dfa08647c375ba049654b166d5b8df0f8ad st-1.2.3.tar.gz diff --git a/cem/st/sources b/cem/st/sources new file mode 100644 index 0000000..0cc78df --- /dev/null +++ b/cem/st/sources @@ -0,0 +1 @@ +https://git.ckyln.com/archives/st/st-1.2.3.tar.gz diff --git a/cem/st/version b/cem/st/version new file mode 100644 index 0000000..883a7ec --- /dev/null +++ b/cem/st/version @@ -0,0 +1 @@ +1.2.3 1 |