Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions libevdevPlus.spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
Name: libevdevPlus
Version: 0.1.0
Release: 1
Summary: Library for ydotool
License: MIT
URL: https://github.com/YukiWorkshop/libevdevPlus
Source0: https://github.com/YukiWorkshop/libevdevPlus/archive/%{name}-%{version}.tar.gz

BuildRequires: cmake make gcc-c++

%description
Library required for ydotool

%prep
%autosetup

%build
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make

%make_install

%files
%{_libdir}/libevdevPlus*
%{_libdir}/pkgconfig/*
%{_includedir}/*

%doc README.md

%license LICENSE

%changelog
* Wed Feb 12 2020 Bob Hepple <[email protected]> - 0.1.0-1
- Initial version of the package