Skip to content

Commit

Permalink
add: clipse
Browse files Browse the repository at this point in the history
  • Loading branch information
madonuko committed Dec 19, 2024
1 parent 33b2d18 commit 0d03075
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 0 deletions.
5 changes: 5 additions & 0 deletions anda/apps/clipse/anda.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
project pkg {
rpm {
spec = "golang-github-savedra1-clipse.spec"
}
}
77 changes: 77 additions & 0 deletions anda/apps/clipse/golang-github-savedra1-clipse.spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
# Generated by go2rpm 1.14.0
%bcond check 0
%bcond bootstrap 0

#if %{with bootstrap}
%global debug_package %{nil}
#endif

%if %{with bootstrap}
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^golang\\(.*\\)$
%endif

# https://github.com/savedra1/clipse
%global goipath github.com/savedra1/clipse
Version: 1.1.0

%gometa -f

%global common_description %{expand:
Configurable TUI clipboard manager for Unix.}

%global golicenses LICENSE
%global godocs CHANGELOG.md README.md examples resources/library.md\\\
resources/test_data/top_secret_credentials.txt

Name: golang-github-savedra1-clipse
Release: %autorelease
Summary: Configurable TUI clipboard manager for Unix
Provides: clipse

License: MIT
URL: %{gourl}
Source: %{gosource}

%description %{common_description}

%gopkg

%prep
%autosetup -p1 -n clipse-%version
%go_prep_online

#if %{without bootstrap}
#generate_buildrequires
#go_generate_buildrequires
#endif

%if %{without bootstrap}
%build
%go_build_online
%endif

%install
#gopkginstall
%if %{without bootstrap}
install -m 0755 -vd %{buildroot}%{_bindir}
install -m 0755 -vp build/bin/%name %{buildroot}%{_bindir}/clipse
%endif

%if %{without bootstrap}
%if %{with check}
%check
%gocheck
%endif
%endif

%if %{without bootstrap}
%files
%license LICENSE
%doc CHANGELOG.md README.md
%{_bindir}/clipse
%endif

#gopkgfiles

%changelog
%autochangelog
1 change: 1 addition & 0 deletions anda/apps/clipse/update.rhai
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rpm.version(gh("savedra1/clipse"));

0 comments on commit 0d03075

Please sign in to comment.