mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-01 01:21:57 +00:00
Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ed16432e41 | |||
| b64e6f69c2 | |||
| f217153ccb | |||
| b96aa38703 | |||
| a4acc6923e | |||
| 975226315b | |||
| 3912f62644 | |||
| 145b76a263 | |||
| a6f5a73a91 | |||
| e62e7a6f84 | |||
| 60cde228a7 | |||
| af266d5616 | |||
| 5a38953a88 |
@@ -0,0 +1,5 @@
|
|||||||
|
project pkg {
|
||||||
|
rpm {
|
||||||
|
spec = "neohtop-cli.spec"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,32 @@
|
|||||||
|
%define debug_package %{nil}
|
||||||
|
|
||||||
|
Name: neohtop-cli
|
||||||
|
Version: 0.1.12
|
||||||
|
Release: 1%?dist
|
||||||
|
Summary: A cross-platform terminal process monitor with btop-style visualizations
|
||||||
|
License: MIT
|
||||||
|
URL: https://github.com/Abdenasser/neohtop-cli
|
||||||
|
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz
|
||||||
|
Packager: Owen Zimmerman <owen@fyralabs.com>
|
||||||
|
BuildRequires: golang
|
||||||
|
|
||||||
|
%description
|
||||||
|
%summary.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup
|
||||||
|
|
||||||
|
%build
|
||||||
|
%make_build
|
||||||
|
|
||||||
|
%install
|
||||||
|
install -Dm755 neohtop-cli %{buildroot}%{_bindir}/neohtop-cli
|
||||||
|
|
||||||
|
%files
|
||||||
|
%doc README.md CONTRIBUTING.md
|
||||||
|
%license LICENSE
|
||||||
|
%{_bindir}/neohtop-cli
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Sun Mar 29 2026 Owen Zimmerman <owen@fyralabs.com>
|
||||||
|
- Initial commit
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
rpm.version(gh("Abdenasser/neohtop-cli"));
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
project pkg {
|
|
||||||
rpm {
|
|
||||||
spec = "opencc.spec"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,47 +0,0 @@
|
|||||||
%global pypi_name opencc
|
|
||||||
%global _desc Open Chinese Convert.
|
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
|
||||||
Version: 1.2.0
|
|
||||||
Release: 1%?dist
|
|
||||||
Summary: Open Chinese Convert
|
|
||||||
License: Apache-2.0
|
|
||||||
URL: https://github.com/BYVoid/OpenCC
|
|
||||||
Source0: %{pypi_source}
|
|
||||||
|
|
||||||
BuildRequires: python3-devel
|
|
||||||
BuildRequires: python3-wheel
|
|
||||||
BuildRequires: python3-setuptools
|
|
||||||
BuildRequires: python3-pip
|
|
||||||
BuildRequires: gcc-c++
|
|
||||||
BuildRequires: cmake
|
|
||||||
|
|
||||||
Packager: Owen Zimmerman <owen@fyralabs.com>
|
|
||||||
|
|
||||||
%description
|
|
||||||
%_desc
|
|
||||||
|
|
||||||
%package -n python3-%{pypi_name}
|
|
||||||
Summary: %{summary}
|
|
||||||
%{?python_provide:%python_provide python3-%{pypi_name}}
|
|
||||||
|
|
||||||
%description -n python3-%{pypi_name}
|
|
||||||
%_desc
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%autosetup -n %{pypi_name}-%{version}
|
|
||||||
|
|
||||||
%build
|
|
||||||
%pyproject_wheel
|
|
||||||
|
|
||||||
%install
|
|
||||||
%pyproject_install
|
|
||||||
%pyproject_save_files %{pypi_name}
|
|
||||||
|
|
||||||
%files -n python3-%{pypi_name} -f %{pyproject_files}
|
|
||||||
%doc README.md AUTHORS
|
|
||||||
%license LICENSE
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
* Sun Mar 29 2026 Owen Zimmerman <owen@fyralabs.com>
|
|
||||||
- Initial commit
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
rpm.version(pypi("opencc"));
|
|
||||||
Reference in New Issue
Block a user