Skip to content

Commit 9352817

Browse files
oklopferook37
andauthored
add: rhino-hotfix-git (#6950)
Co-authored-by: ook37 <oren+12345@taumoda.com>
1 parent 8ff9d71 commit 9352817

File tree

4 files changed

+40
-0
lines changed

4 files changed

+40
-0
lines changed

packagelist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -562,6 +562,7 @@ resticprofile-bin
562562
rhino-core
563563
rhino-docker-builder-git
564564
rhino-grub-theme-git
565+
rhino-hotfix-git
565566
rhino-kvantum-theme-git
566567
rhino-lightdm-theme-git
567568
rhino-neofetch-git

packages/rhino-hotfix-git/.SRCINFO

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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+
}

srclist

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10512,6 +10512,19 @@ pkgbase = rhino-grub-theme-git
1051210512

1051310513
pkgname = 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+
---
1051510528
pkgbase = rhino-kvantum-theme-git
1051610529
gives = rhino-kvantum-theme
1051710530
pkgver = 0.0.1

0 commit comments

Comments
 (0)