Files
feddy/feddy.spec
Rawleenc 3bca4ef8bd
All checks were successful
build and upload / build (push) Successful in 16s
doc:s: add documentation and complete the readme
2025-05-03 01:30:35 +02:00

34 lines
607 B
RPMSpec

Name: feddy
Version: 0.1.0
Release: 1%{?dist}
Summary: Your awesome, friendly, lightning-fast, and super-easy-to-use Fedora Buddy !
Vendor: Rawleenc
%global debug_package %{nil}
License: MIT
URL: https://git.rawleenc.dev/rawleenc/feddy
Source0: %{name}-%{version}.tar.gz
%description
Your awesome, friendly, lightning-fast, and super-easy-to-use Fedora Buddy !
%prep
%autosetup
%build
%make_build
%install
%configure
%make_install
%files
%license LICENSE
%doc DOCUMENTATION.md
%doc README.md
%{_bindir}/feddy
%changelog
%autochangelog