commit c6018755995948359d8f59c0e861fc7eb7c5f2d1 Author: Tim Biermann <tbier@posteo.de> Date: Sun Oct 30 11:28:30 2022 +0000 clipman: initial commit, version 1.6.1 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 }