mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 17:11:56 +00:00
Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 188359cb4d | |||
| d1a100d0c4 | |||
| 2907fd7b5a | |||
| 9b39050984 | |||
| 1458aa0d60 | |||
| 8546b3cb02 | |||
| bee0ed3ad0 | |||
| b2d3f31f46 | |||
| c5ce824e26 | |||
| 39e27f6c47 | |||
| 6349a81015 |
@@ -1,5 +0,0 @@
|
||||
project pkg {
|
||||
rpm {
|
||||
spec = "neohtop-cli.spec"
|
||||
}
|
||||
}
|
||||
@@ -1,32 +0,0 @@
|
||||
%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
|
||||
@@ -1 +0,0 @@
|
||||
rpm.version(gh("Abdenasser/neohtop-cli"));
|
||||
@@ -0,0 +1,5 @@
|
||||
project pkg {
|
||||
rpm {
|
||||
spec = "opencc.spec"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,47 @@
|
||||
%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
|
||||
@@ -0,0 +1 @@
|
||||
rpm.version(pypi("opencc"));
|
||||
Reference in New Issue
Block a user