File tree Expand file tree Collapse file tree 4 files changed +40
-0
lines changed
packages/rhino-hotfix-git Expand file tree Collapse file tree 4 files changed +40
-0
lines changed Original file line number Diff line number Diff line change @@ -562,6 +562,7 @@ resticprofile-bin
562562rhino-core
563563rhino-docker-builder-git
564564rhino-grub-theme-git
565+ rhino-hotfix-git
565566rhino-kvantum-theme-git
566567rhino-lightdm-theme-git
567568rhino-neofetch-git
Original file line number Diff line number Diff line change 1+ pkgbase = rhino-hotfix-git
2+ gives = rhino-hotfix
3+ pkgver = 0.0.1
4+ pkgdesc = Fetch and run hotfixes for Rhino Linux
5+ arch = all
6+ depends = jq
7+ depends = curl
8+ compatible = ubuntu:devel
9+ maintainer = Oren Klopfer <oren@taumoda.com>
10+ source = rhino-hotfix::https://github.com/rhino-linux/hotfix.git
11+
12+ pkgname = rhino-hotfix-git
Original file line number Diff line number Diff line change 1+ pkgname="rhino-hotfix-git"
2+ gives="rhino-hotfix"
3+ source=("${gives}::https://github.com/rhino-linux/hotfix.git")
4+ arch=("all")
5+ pkgver="0.0.1"
6+ depends=("jq" "curl")
7+ compatible=("ubuntu:devel")
8+ pkgdesc="Fetch and run hotfixes for Rhino Linux"
9+ maintainer=("Oren Klopfer <oren@taumoda.com>")
10+
11+ package() {
12+ cd "${gives}"
13+ install -Dm755 "${gives}" -t "${pkgdir}/usr/bin"
14+ }
Original file line number Diff line number Diff line change @@ -10512,6 +10512,19 @@ pkgbase = rhino-grub-theme-git
1051210512
1051310513pkgname = rhino-grub-theme-git
1051410514---
10515+ pkgbase = rhino-hotfix-git
10516+ gives = rhino-hotfix
10517+ pkgver = 0.0.1
10518+ pkgdesc = Fetch and run hotfixes for Rhino Linux
10519+ arch = all
10520+ depends = jq
10521+ depends = curl
10522+ compatible = ubuntu:devel
10523+ maintainer = Oren Klopfer <oren@taumoda.com>
10524+ source = rhino-hotfix::https://github.com/rhino-linux/hotfix.git
10525+
10526+ pkgname = rhino-hotfix-git
10527+ ---
1051510528pkgbase = rhino-kvantum-theme-git
1051610529 gives = rhino-kvantum-theme
1051710530 pkgver = 0.0.1
You can’t perform that action at this time.
0 commit comments