diff options
author | jmf <jmf@mesecons.net> | 2018-06-07 23:46:41 +0200 |
---|---|---|
committer | jmf <jmf@mesecons.net> | 2018-06-07 23:46:41 +0200 |
commit | 58ea9a86898ba4103b834f535dbcbb6c0821be68 (patch) | |
tree | 7a94889b8cca972d39c88a8ecb2c59db4c9ecb17 | |
parent | 025788c4d8f37f18cc78ec52a9653fa168dd4322 (diff) | |
download | contrib-58ea9a86898ba4103b834f535dbcbb6c0821be68.tar.gz contrib-58ea9a86898ba4103b834f535dbcbb6c0821be68.tar.xz |
rw: initial commit
-rw-r--r-- | rw/.footprint | 7 | ||||
-rw-r--r-- | rw/.md5sum | 1 | ||||
-rw-r--r-- | rw/.signature | 5 | ||||
-rw-r--r-- | rw/Pkgfile | 16 |
4 files changed, 29 insertions, 0 deletions
diff --git a/rw/.footprint b/rw/.footprint new file mode 100644 index 000000000..7f7db6ccb --- /dev/null +++ b/rw/.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/rw +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/rw.1.gz diff --git a/rw/.md5sum b/rw/.md5sum new file mode 100644 index 000000000..b4a20381b --- /dev/null +++ b/rw/.md5sum @@ -0,0 +1 @@ +9f54a96aed9d4c09381c638f189a433c rw-portable-1.0.tar.gz diff --git a/rw/.signature b/rw/.signature new file mode 100644 index 000000000..5ebc5d3fc --- /dev/null +++ b/rw/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF35jtzKch1AMC9OIrtLkVLZI9aAe+ueTOGGsKqSNNqW9+7F3pzEzm6dVhiAYbSDQz1qSCCEUN2+EhjuLlnVMMfQM= +SHA256 (Pkgfile) = f6a1117a215afac9255386085937468762f90594f1ddc598766d421be34f844f +SHA256 (.footprint) = 2c92613d0df15c86d408b6f457869785303012a572c0d21ecaf29aaf3aee176f +SHA256 (rw-portable-1.0.tar.gz) = 50009730e36991dfe579716f91f4f616f5ba05ffb7bf69c03d41bf305ed93b6d diff --git a/rw/Pkgfile b/rw/Pkgfile new file mode 100644 index 000000000..890f01aa5 --- /dev/null +++ b/rw/Pkgfile @@ -0,0 +1,16 @@ +# Description: A clean and well-designed alternative to dd(1). +# URL: https://sortix.org/rw/ +# Maintainer: Jan-Michael Franz, jmf at mesecons dot net +# Packager: Jan-Michael Franz, jmf at mesecons dot net +# Depends on: + +name=rw +version=1.0 +release=1 +source=(https://sortix.org/rw/release/$name-portable-$version.tar.gz) + +build() { + cd $name-portable-$version + make + make PREFIX=/usr DESTDIR=$PKG install +} |