mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
* add: xbps * im staking my reputation on this * hopefully this works * bweh * Revert "bweh" This reverts commitbe4435fc7e. * Revert "hopefully this works" This reverts commit04f8d55bf9. * cflags changes (cherry picked from commit97233c5442) Co-authored-by: metcya <134973769+metcya@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
project pkg {
|
||||
rpm {
|
||||
spec = "xbps.spec"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
rpm.version(gh("void-linux/xbps"));
|
||||
@@ -0,0 +1,75 @@
|
||||
%global _distro_extra_cflags -Wno-discarded-qualifiers
|
||||
|
||||
Name: xbps
|
||||
Version: 0.60.6
|
||||
Release: 1%?dist
|
||||
License: BSD-2-Clause AND BSD-3-Clause AND ISC
|
||||
Summary: A binary package system designed and implemented from scratch
|
||||
URL: https://github.com/void-linux/xbps
|
||||
Source: %{url}/archive/refs/tags/%{version}.tar.gz
|
||||
Packager: Metcya <metcya@gmail.com>
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
BuildRequires: pkgconfig(pkgconf)
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
BuildRequires: pkgconfig(libarchive) >= 3.3.3
|
||||
Requires: %name-lib = %evr
|
||||
|
||||
%pkg_completion -B xbps xbps-checkvers xbps-create xbps-dgraph xbps-install xbps-pkgdb xbps-query xbps-reconfigure xbps-remove xbps-rindex
|
||||
%pkg_completion -z xbps xbps_src
|
||||
|
||||
%description
|
||||
The X Binary Package System (in short XBPS) is a binary package system designed
|
||||
and implemented from scratch. Its goal is to be fast, easy to use, bug-free,
|
||||
featureful and portable as much as possible.
|
||||
|
||||
%package libs
|
||||
%pkg_libs_files
|
||||
|
||||
%package static
|
||||
%pkg_static_files
|
||||
|
||||
%package devel
|
||||
%pkg_devel_files
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
||||
%files
|
||||
%license LICENSE LICENSE.3RDPARTY
|
||||
%doc README.md NEWS 3RDPARTY AUTHORS
|
||||
%_bindir/xbps-alternatives
|
||||
%_bindir/xbps-checkvers
|
||||
%_bindir/xbps-create
|
||||
%_bindir/xbps-dgraph
|
||||
%_bindir/xbps-digest
|
||||
%_bindir/xbps-fbulk
|
||||
%_bindir/xbps-fetch
|
||||
%_bindir/xbps-install
|
||||
%_bindir/xbps-pkgdb
|
||||
%_bindir/xbps-query
|
||||
%_bindir/xbps-reconfigure
|
||||
%_bindir/xbps-remove
|
||||
%_bindir/xbps-rindex
|
||||
%_bindir/xbps-uchroot
|
||||
%_bindir/xbps-uhelper
|
||||
%_bindir/xbps-uunshare
|
||||
%_datadir/%name.d/00-repository-main.conf
|
||||
%_datadir/%name.d/%name.conf
|
||||
%_mandir/man1/*.1.*
|
||||
%_mandir/man5/*.5.*
|
||||
%_mandir/man7/*.7.*
|
||||
/var/db/%name/keys/*.plist
|
||||
|
||||
%changelog
|
||||
* Fri Dec 12 2025 Metcya <metcya@gmail.com> - 0.60.6
|
||||
- package xbps
|
||||
Reference in New Issue
Block a user