commit 5317a1ccbda2efa0f738f22aa780e3b1df5012d7
parent c408c64a000e693e72f88bfc23829e43a5ccfc9c
Author: Cem Keylan <cem@ckyln.com>
Date: Fri, 16 Oct 2020 18:44:21 +0300
otools: add new package at 1.0
Diffstat:
5 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/core/otools/build b/core/otools/build
@@ -0,0 +1,4 @@
+#!/bin/sh -e
+
+make
+make PREFIX=/usr DESTDIR="$1" install
diff --git a/core/otools/checksums b/core/otools/checksums
@@ -0,0 +1 @@
+6572b00aab74929f0877f99237eaf8a1bf022437a938c3f1bc7495039ee0d79b 1.0.tar.gz
diff --git a/core/otools/depends b/core/otools/depends
@@ -0,0 +1,2 @@
+libtls-bearssl make
+zlib make
diff --git a/core/otools/sources b/core/otools/sources
@@ -0,0 +1 @@
+https://github.com/CarbsLinux/otools/archive/1.0.tar.gz
diff --git a/core/otools/version b/core/otools/version
@@ -0,0 +1 @@
+1.0 1