summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD14
2 files changed, 26 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..dd27cc6a791c
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = sokit
+ pkgdesc = A TCP & UDP package send / receive / transfer tool
+ pkgver = 1.3.20150507
+ pkgrel = 1
+ url = https://github.com/sinpolib/sokit
+ arch = x86_64
+ license = GLP-3
+ source = https://github.com/sinpolib/sokit/releases/download/v1.3.20150507/sokit-1.3.1-linux64.tar.bz2
+ md5sums = 98048046448df1e5bba4ddc477cdc5e0
+
+pkgname = sokit
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..f60cae21255a
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,14 @@
+pkgname=sokit
+pkgver=1.3.20150507
+pkgrel=1
+pkgdesc="A TCP & UDP package send / receive / transfer tool"
+arch=('x86_64')
+url="https://github.com/sinpolib/sokit"
+license=('GLP-3')
+source=("https://github.com/sinpolib/sokit/releases/download/v1.3.20150507/sokit-1.3.1-linux64.tar.bz2")
+md5sums=('98048046448df1e5bba4ddc477cdc5e0')
+
+package() {
+ cd sokit-1.3.1-linux64
+ install -D -m755 sokit ${pkgdir}/usr/bin/sokit
+}