summaryrefslogtreecommitdiff
path: root/manualPorts
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-12-19 22:27:48 +0100
committerErich Eckner <git@eckner.net>2018-12-19 22:27:48 +0100
commitab7134e80b5871fd1b0e542912589382171e233f (patch)
tree131bed62aae237245347480deb15349b812616a6 /manualPorts
parentd9696c8c6062c744cb7ecd548df4688825844811 (diff)
downloadcrux-ports-ab7134e80b5871fd1b0e542912589382171e233f.tar.xz
dd-resume neu
Diffstat (limited to 'manualPorts')
-rw-r--r--manualPorts/dd-resume/.footprint7
-rw-r--r--manualPorts/dd-resume/.md5sum1
-rw-r--r--manualPorts/dd-resume/.signature5
-rwxr-xr-xmanualPorts/dd-resume/Pkgfile17
4 files changed, 30 insertions, 0 deletions
diff --git a/manualPorts/dd-resume/.footprint b/manualPorts/dd-resume/.footprint
new file mode 100644
index 0000000..15e8e8c
--- /dev/null
+++ b/manualPorts/dd-resume/.footprint
@@ -0,0 +1,7 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/dd-resume
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/dd-resume.1.gz
diff --git a/manualPorts/dd-resume/.md5sum b/manualPorts/dd-resume/.md5sum
new file mode 100644
index 0000000..0d3022c
--- /dev/null
+++ b/manualPorts/dd-resume/.md5sum
@@ -0,0 +1 @@
+39e95c66ce614f314947e917c7cc7c2d dd-resume-0.0.tar.xz
diff --git a/manualPorts/dd-resume/.signature b/manualPorts/dd-resume/.signature
new file mode 100644
index 0000000..d657fd8
--- /dev/null
+++ b/manualPorts/dd-resume/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/deepthought.pub
+RWQxCptPusLGGkxkzxoTG3qwVEyqtdZh5P3EbpvjkIOz0GMBmefVndgWEuP7t78P8GDxLdRM5XcfzHPmAdqsT+HgUOQDnc0ntwA=
+SHA256 (Pkgfile) = cd6e5212ee3aa7c256b27f9ffc7ff959ddc57a038d612881a47c0580e8d3d0c0
+SHA256 (.footprint) = 39acbe13936a1ebae27663a575e3079cc82120498b6bc8fb5178222e564fcfaf
+SHA256 (dd-resume-0.0.tar.xz) = 9fd7081ddaa1cb2e3c6cb9f951806b57ae0110cc924f1125516ed7c7bce337a1
diff --git a/manualPorts/dd-resume/Pkgfile b/manualPorts/dd-resume/Pkgfile
new file mode 100755
index 0000000..9c94054
--- /dev/null
+++ b/manualPorts/dd-resume/Pkgfile
@@ -0,0 +1,17 @@
+# Description: resumably copy with dd via network
+# URL: https://git.eckner.net/Erich/dd-resume
+# Maintainer: Erich Eckner, crux at eckner dot net
+# Depends on: help2man netcat iproute2 coreutils procps util-linux openssh
+
+name=dd-resume
+version=0.0
+release=1
+source=("https://git.eckner.net/Erich/${name}/snapshot/${name}-${version}.tar.xz")
+
+build() {
+
+ cd ${name}-${version}
+ make
+ make DESTDIR=${PKG} install
+
+}