ports/contrib (3.5): rw: initial commit
commit 58ea9a86898ba4103b834f535dbcbb6c0821be68 Author: jmf <jmf@mesecons.net> Date: Thu Jun 7 23:46:41 2018 +0200 rw: initial commit diff --git a/rw/.footprint b/rw/.footprint new file mode 100644 index 00000000..7f7db6cc --- /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 00000000..b4a20381 --- /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 00000000..5ebc5d3f --- /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 00000000..890f01aa --- /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 +}
participants (1)
-
crux@crux.nu