From 008c95902dbdb02ec295cf1188cdda80e87340e3 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 12 Dec 2019 09:48:59 +0300 Subject: initial commit --- cem/st/build | 4 ++++ cem/st/checksums | 1 + cem/st/sources | 1 + cem/st/version | 1 + 4 files changed, 7 insertions(+) create mode 100755 cem/st/build create mode 100644 cem/st/checksums create mode 100644 cem/st/sources create mode 100644 cem/st/version (limited to 'cem/st') 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 -- cgit v1.2.3