Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

add: vinegar-git #6781

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 @@ -592,6 +592,7 @@ vega-strike-git
ventoy-bin
veracrypt-deb
vesktop-deb
vinegar-git
viper4linux
virtualbox-deb
vivaldi-deb
Expand Down
26 changes: 26 additions & 0 deletions packages/vinegar-git/.SRCINFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
pkgbase = vinegar-git
gives = vinegar
pkgver = 1.7.8
pkgdesc = An open-source, minimal, configurable, fast bootstrapper for running Roblox on Linux
url = https://vinegarhq.org/
arch = amd64
makedepends = golang>=2:1.22
makedepends = imagemagick
makedepends = gcc
makedepends = libwayland-dev
makedepends = libx11-dev
makedepends = libx11-xcb-dev
makedepends = libxkbcommon-x11-dev
makedepends = libgles2-mesa-dev
makedepends = libegl1-mesa-dev
makedepends = libffi-dev
makedepends = libxcursor-dev
makedepends = libvulkan-dev
optdepends = gamemode: Gamemode integration
optdepends = wine: A required dependency (made optional for flexibility)
license = GPL-3.0-only
maintainer = villamorrd <villamorrd@students.nu-moa.edu.ph>
repology = project: vinegar
source = https://github.com/vinegarhq/vinegar.git

pkgname = vinegar-git
49 changes: 49 additions & 0 deletions packages/vinegar-git/vinegar-git.pacscript
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
pkgname="vinegar-git"
repology=("project: vinegar")
arch=('amd64')
pkgver="1.7.8"
url='https://vinegarhq.org/'
source=("https://github.com/vinegarhq/vinegar.git")
makedepends=(
"golang>=2:1.22"
"imagemagick"

# Gio
"gcc"
"libwayland-dev"
"libx11-dev"
"libx11-xcb-dev"
"libxkbcommon-x11-dev"
"libgles2-mesa-dev"
"libegl1-mesa-dev"
"libffi-dev"
"libxcursor-dev"
"libvulkan-dev"
)
optdepends=(
"gamemode: Gamemode integration"
"wine: A required dependency (made optional for flexibility)"
)
gives="vinegar"
pkgdesc="An open-source, minimal, configurable, fast bootstrapper for running Roblox on Linux"
maintainer=("villamorrd <villamorrd@students.nu-moa.edu.ph>")
license=('GPL-3.0-only')
external_connection=true
villamorrd marked this conversation as resolved.
Show resolved Hide resolved

prepare() {
cd "${gives}"
# https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=vinegar-git#n32
# HACK (FIXME): Don't rebuild the icons when installing them
# (upstream repo has them anyway and building them causes race conditions)
sed -i 's/install-icons: icons/install-icons:/' Makefile
}

build() {
cd "${gives}"
make -j"${NCPU}"
}

package() {
cd "${gives}"
make DESTDIR="${pkgdir}" install
}
27 changes: 27 additions & 0 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -11959,6 +11959,33 @@ pkgbase = vesktop-deb

pkgname = vesktop-deb
---
pkgbase = vinegar-git
gives = vinegar
pkgver = 1.7.8
pkgdesc = An open-source, minimal, configurable, fast bootstrapper for running Roblox on Linux
url = https://vinegarhq.org/
arch = amd64
makedepends = golang>=2:1.22
makedepends = imagemagick
makedepends = gcc
makedepends = libwayland-dev
makedepends = libx11-dev
makedepends = libx11-xcb-dev
makedepends = libxkbcommon-x11-dev
makedepends = libgles2-mesa-dev
makedepends = libegl1-mesa-dev
makedepends = libffi-dev
makedepends = libxcursor-dev
makedepends = libvulkan-dev
optdepends = gamemode: Gamemode integration
optdepends = wine: A required dependency (made optional for flexibility)
license = GPL-3.0-only
maintainer = villamorrd <villamorrd@students.nu-moa.edu.ph>
repology = project: vinegar
source = https://github.com/vinegarhq/vinegar.git

pkgname = vinegar-git
---
pkgbase = viper4linux
pkgver = 2.0
pkgdesc = A Port of Viper4Android to Linux, or in the words of noahbliss: Making Loonix sound good
Expand Down
Loading