package created using the webbuild interface [release 2.2.1-1mamba;Sun Jun 30 2024]

This commit is contained in:
Silvan Calarco 2024-06-30 21:28:57 +02:00
parent 9f093c964e
commit c8873884ed
2 changed files with 56 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# wl-clipboard
Command-line copy/paste utilities for Wayland.

54
wl-clipboard.spec Normal file
View File

@ -0,0 +1,54 @@
Name: wl-clipboard
Version: 2.2.1
Release: 1mamba
Summary: Command-line copy/paste utilities for Wayland
Group: Applications/Utilities
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/bugaevc/wl-clipboard
Source: https://github.com/bugaevc/wl-clipboard.git/v%{version}/wl-clipboard-%{version}.tar.bz2
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libwayland-devel
## AUTOBUILDREQ-END
BuildRequires: meson
%description
Command-line copy/paste utilities for Wayland.
%debug_package
%prep
%setup -q
%build
%meson
%meson_build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%meson_install
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/wl-copy
%{_bindir}/wl-paste
%{_datadir}/bash-completion/completions/wl-copy
%{_datadir}/bash-completion/completions/wl-paste
%{_datadir}/fish/vendor_completions.d/wl-copy.fish
%{_datadir}/fish/vendor_completions.d/wl-paste.fish
%{_datadir}/zsh/site-functions/_wl-copy
%{_datadir}/zsh/site-functions/_wl-paste
%{_mandir}/man1/wl-clipboard.1*
%{_mandir}/man1/wl-copy.1*
%{_mandir}/man1/wl-paste.1*
%doc COPYING
%changelog
* Sun Jun 30 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.1-1mamba
- package created using the webbuild interface