Files
gbuild/pkg/rpm/gbuild.spec.in
T
2026-05-21 14:27:40 +02:00

35 lines
741 B
Plaintext

Name: gbuild
Version: @VERSION@
Release: 1%{?dist}
Summary: Build tool for your Linux distro
License: MIT
URL: https://spdlab.hu/gbuild
Source0: gbuild-@VERSION@.tar.gz
BuildRequires: gcc make ncurses-devel
Requires: git make less ncurses-libs
%description
Clone, pull, pick a target, build — all from one command.
Includes the gconfig companion for managing ~/.gconfig.
%prep
%autosetup
%build
make all
%install
make install DESTDIR=%{buildroot} PREFIX=/usr/local
%files
/usr/local/bin/gbuild
/usr/local/bin/gconfig
%post
echo "gbuild @VERSION@ installed. Run: gconfig init"
%changelog
* @RPM_DATE@ jokerz <jokerz@spdlab.hu> - @VERSION@-1
- Initial C rewrite release