build: refactor makefile to be gnu compatible
All checks were successful
build and upload / build (push) Successful in 15s

This commit is contained in:
2025-05-03 01:01:02 +02:00
parent 9e3b8398ad
commit 6ea363a421
5 changed files with 311 additions and 31 deletions

32
feddy.spec Normal file
View File

@@ -0,0 +1,32 @@
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 README.md
%{_bindir}/feddy
%changelog
%autochangelog