Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packagelist
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,7 @@ resticprofile-bin
rhino-core
rhino-docker-builder-git
rhino-grub-theme-git
rhino-hotfix-git
rhino-kvantum-theme-git
rhino-lightdm-theme-git
rhino-neofetch-git
Expand Down
12 changes: 12 additions & 0 deletions packages/rhino-hotfix-git/.SRCINFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
pkgbase = rhino-hotfix-git
gives = rhino-hotfix
pkgver = 0.0.1
pkgdesc = Fetch and run hotfixes for Rhino Linux
arch = all
depends = jq
depends = curl
compatible = ubuntu:devel
maintainer = Oren Klopfer <oren@taumoda.com>
source = rhino-hotfix::https://github.com/rhino-linux/hotfix.git

pkgname = rhino-hotfix-git
14 changes: 14 additions & 0 deletions packages/rhino-hotfix-git/rhino-hotfix-git.pacscript
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
pkgname="rhino-hotfix-git"
gives="rhino-hotfix"
source=("${gives}::https://github.com/rhino-linux/hotfix.git")
arch=("all")
pkgver="0.0.1"
depends=("jq" "curl")
compatible=("ubuntu:devel")
pkgdesc="Fetch and run hotfixes for Rhino Linux"
maintainer=("Oren Klopfer <oren@taumoda.com>")

package() {
cd "${gives}"
install -Dm755 "${gives}" -t "${pkgdir}/usr/bin"
}
13 changes: 13 additions & 0 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -10512,6 +10512,19 @@ pkgbase = rhino-grub-theme-git

pkgname = rhino-grub-theme-git
---
pkgbase = rhino-hotfix-git
gives = rhino-hotfix
pkgver = 0.0.1
pkgdesc = Fetch and run hotfixes for Rhino Linux
arch = all
depends = jq
depends = curl
compatible = ubuntu:devel
maintainer = Oren Klopfer <oren@taumoda.com>
source = rhino-hotfix::https://github.com/rhino-linux/hotfix.git

pkgname = rhino-hotfix-git
---
pkgbase = rhino-kvantum-theme-git
gives = rhino-kvantum-theme
pkgver = 0.0.1
Expand Down
Loading