Skip to content

Commit

Permalink
Merge pull request #5 from erenfro/add/rambox
Browse files Browse the repository at this point in the history
Add rambox 2.3.4
erenfro authored Jun 27, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 0cbeb60 + 457b324 commit f6ee05d
Showing 3 changed files with 48 additions and 0 deletions.
1 change: 1 addition & 0 deletions packagelist
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
btrfs-assistant
grub-btrfs
insync-deb
rambox-deb
restic-bin
resticprofile-bin
rustdesk-deb
25 changes: 25 additions & 0 deletions packages/rambox-deb/.SRCINFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
pkgname = rambox-deb
gives = rambox
pkgver = 2.3.4
pkgdesc = Workspace simplifier
url = https://rambox.app
arch = amd64
source = https://github.com/ramboxapp/download/releases/download/v2.3.4/Rambox-2.3.4-linux-x64.deb
depends = libgtk-3-0
depends = libnotify4
depends = libnss3
depends = libxss1
depends = libxtst6
depends = xdg-utils
depends = libatspi2.0-0
depends = libuuid1
depends = libsecret-1-0
optdepends = libappindicator3-1: AppIndicator/SysTray Support
conflicts = rambox-deb
conflicts = rambox
replaces = rambox-deb
replaces = rambox
license = custom:"Copyright (c) 2024 Rambox LLC. All Rights Reserved. https://rambox.app/eula/"
maintainer = Eric Renfro <psi-jack@linux-help.org>
repology = project: rambox
sha256sums = 2fc00888e9dcc6baed57032b2d14d0e9fbff67dd3cd47162106e95e6b8d4fd7d
22 changes: 22 additions & 0 deletions packages/rambox-deb/rambox-deb.pacscript
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
pkgname="rambox-deb"
gives="rambox"
pkgver="2.3.4"
arch=('amd64')
url='https://rambox.app'
repology=("project: rambox")
depends=(
"libgtk-3-0" "libnotify4" "libnss3" "libxss1" "libxtst6" "xdg-utils"
"libatspi2.0-0" "libuuid1" "libsecret-1-0"
)
optdepends=(
"libappindicator3-1: AppIndicator/SysTray Support"
)
license=('custom:"Copyright (c) 2024 Rambox LLC. All Rights Reserved. https://rambox.app/eula/"')
sha256sums=("2fc00888e9dcc6baed57032b2d14d0e9fbff67dd3cd47162106e95e6b8d4fd7d")
source=("https://github.com/ramboxapp/download/releases/download/v${pkgver}/Rambox-${pkgver}-linux-x64.deb")
replaces=("${pkgname}" "${gives}")
conflicts=("${replaces[@]}")
pkgdesc="Workspace simplifier"
maintainer=("Eric Renfro <psi-jack@linux-help.org>")

# vim:set ft=sh ts=2 sw=2 et:

0 comments on commit f6ee05d

Please sign in to comment.