Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create libevdevPlus.spec #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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