build: refactor makefile to be gnu compatible
All checks were successful
build and upload / build (push) Successful in 15s
All checks were successful
build and upload / build (push) Successful in 15s
This commit is contained in:
32
feddy.spec
Normal file
32
feddy.spec
Normal 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
|
||||
Reference in New Issue
Block a user