diff options
author | Tim Biermann <tbier@posteo.de> | 2022-10-30 11:28:30 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-10-30 11:28:30 +0000 |
commit | c6018755995948359d8f59c0e861fc7eb7c5f2d1 (patch) | |
tree | cd0c563c3a9c1356fa0274de354ad5784fb2745a | |
parent | 33819e905e1dc92e6d5b2314232597b13190f2a0 (diff) | |
download | contrib-c6018755995948359d8f59c0e861fc7eb7c5f2d1.tar.gz contrib-c6018755995948359d8f59c0e861fc7eb7c5f2d1.tar.xz |
clipman: initial commit, version 1.6.1
-rw-r--r-- | clipman/.footprint | 4 | ||||
-rw-r--r-- | clipman/.signature | 6 | ||||
-rw-r--r-- | clipman/Pkgfile | 1 |
3 files changed, 8 insertions, 3 deletions
diff --git a/clipman/.footprint b/clipman/.footprint index 08a050863..9258f0ce8 100644 --- a/clipman/.footprint +++ b/clipman/.footprint @@ -1,3 +1,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/clipman +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/clipman.1.gz diff --git a/clipman/.signature b/clipman/.signature index 5af38be14..30717cc5e 100644 --- a/clipman/.signature +++ b/clipman/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3wZ6SVyC9dXv4mLq+X4Lfl0su7zpwMQqFf5EITRmF4i+1ibLQam+V2bAr0/IBVAfqdOb8FBm4DUc9hHBwTOYbQQ= -SHA256 (Pkgfile) = 85a15cf752ec25f3c64fb3028fc5b5c981d351be48beea6f37c8ffd22bff9652 -SHA256 (.footprint) = 9a48d7ada44cd2ead2a9f57594474cd54a01c6129faf9c75b97dd30e4a4f91ac +RWSagIOpLGJF3/O6jqLLpGCpqz3xrhGglI2PUd9OIq87XN5AJ2VEBscGxiItmkYXXcztsk9yvFjAVWpeKZBcoS0aijl2YzkpzgQ= +SHA256 (Pkgfile) = 58567b614a58a7266772696bd72dd3ee04d3b0d5646441f53a24e78983849414 +SHA256 (.footprint) = 20661f2d5a5cc984bfac2f6c16947689b1985a818114bc62414ab8e09d804230 SHA256 (clipman-1.6.1.tar.gz) = 9bfd69ed299f7641188e05668442f074fca3b01858ea8e680499ace7a36dd108 diff --git a/clipman/Pkgfile b/clipman/Pkgfile index 4c808aa07..aa959b855 100644 --- a/clipman/Pkgfile +++ b/clipman/Pkgfile @@ -26,4 +26,5 @@ build() { -modcacherw \ -o $name . install -Dm755 $name $PKG/usr/bin/$name + install -Dm644 docs/$name.1 $PKG/usr/share/man/man1/$name.1 } |