clipman: initial commit, version 1.6.1

This commit is contained in:
Tim Biermann 2022-10-30 11:28:30 +00:00
parent 33819e905e
commit c601875599
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 8 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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
}