rw: removing port from repository

This commit is contained in:
jmf 2019-06-23 17:23:44 +02:00
parent d61b400f81
commit 94b4647d22
3 changed files with 0 additions and 28 deletions

View File

@ -1,7 +0,0 @@
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

View File

@ -1,5 +0,0 @@
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

View File

@ -1,16 +0,0 @@
# 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
}