From 9ea7add170c952fb7e83de0396add712f8e53287 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Fri, 20 Mar 2026 18:08:38 -0700 Subject: [PATCH] Add: hollywood (#10754) (#10757) * Add: hollywood * Remove line as per Owen's request --------- (cherry picked from commit c20db75b606ec2fc7db0b72afe879da85127a769) Co-authored-by: apolunar <54181160+apolunar@users.noreply.github.com> Co-authored-by: ijh --- anda/misc/hollywood/anda.hcl | 5 ++ anda/misc/hollywood/hollywood.spec | 76 ++++++++++++++++++++++++++++++ anda/misc/hollywood/update.rhai | 1 + 3 files changed, 82 insertions(+) create mode 100644 anda/misc/hollywood/anda.hcl create mode 100644 anda/misc/hollywood/hollywood.spec create mode 100644 anda/misc/hollywood/update.rhai diff --git a/anda/misc/hollywood/anda.hcl b/anda/misc/hollywood/anda.hcl new file mode 100644 index 0000000000..61b2004374 --- /dev/null +++ b/anda/misc/hollywood/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "hollywood.spec" + } +} diff --git a/anda/misc/hollywood/hollywood.spec b/anda/misc/hollywood/hollywood.spec new file mode 100644 index 0000000000..35594b8b17 --- /dev/null +++ b/anda/misc/hollywood/hollywood.spec @@ -0,0 +1,76 @@ +Name: hollywood +Version: 1.25 +Release: 1%?dist +Summary: Fill your console with Hollywood melodrama technobabble +URL: https://github.com/dustinkirkland/hollywood +Source0: %{url}/archive/refs/tags/%{version}.tar.gz +License: Apache-2.0 +Recommends: apg +Recommends: bmon +Recommends: byobu +Recommends: util-linux +Recommends: ccze +Recommends: cmatrix +Recommends: coreutils +Recommends: htop +Recommends: jp2a +Recommends: mlocate +Requires: moreutils +Recommends: mplayer +Recommends: openssh-client +Recommends: speedometer +Recommends: tree +Requires: man +Requires: python3-pygments +Requires: tmux +Recommends: byobu +Recommends: caca-utils +Recommends: newsbeuter +Requires: perl-base +Recommends: rsstail +Recommends: ticker +Requires: wget +Recommends: w3m +Recommends: jp2a +BuildArch: noarch +Packager: apolunar + +%description +Fill your console with Hollywood melodrama technobabble. + +This utility splits your terminal into multiple panes of genuine technobabble, +perfectly suitable for any Hollywood geek melodrama. +It is particularly suitable on any number of computer consoles in the +background of any excellent schlock technothriller. + +%prep +%autosetup + +%build + +%install +mkdir -p %{buildroot}%{_libdir}/hollywood +mkdir -p %{buildroot}%{_datadir}/wallstreet +mkdir -p %{buildroot}%{_datadir}/hollywood +mkdir -p %{buildroot}%{_mandir}/man1 +install -Dm 755 bin/hollywood %{buildroot}%{_bindir}/hollywood +install -Dm 755 bin/wallstreet %{buildroot}%{_bindir}/wallstreet +install -Dm 755 lib/hollywood/* %{buildroot}%{_libdir}/hollywood/ +install -Dm 644 share/man/man1/* %{buildroot}%{_mandir}/man1/ +install -Dm 644 share/wallstreet/* %{buildroot}%{_datadir}/wallstreet/ +install -Dm 644 share/hollywood/* %{buildroot}%{_datadir}/hollywood/ + +%files +%{_bindir}/hollywood +%{_bindir}/wallstreet +%{_libdir}/hollywood/ +%{_mandir}/man1/hollywood.1.* +%{_mandir}/man1/wallstreet.1.* +%{_datadir}/wallstreet/ +%{_datadir}/hollywood/ +%license debian/copyright +%doc README.md + +%changelog +* Fri Mar 20 2026 apolunar +- Initial commit diff --git a/anda/misc/hollywood/update.rhai b/anda/misc/hollywood/update.rhai new file mode 100644 index 0000000000..977d810620 --- /dev/null +++ b/anda/misc/hollywood/update.rhai @@ -0,0 +1 @@ +rpm.version(gh("dustinkirkland/hollywood"));