-
-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into gamescope
- Loading branch information
Showing
46 changed files
with
596 additions
and
224 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
pkgbase = an-anime-game-launcher-bin | ||
gives = an-anime-game-launcher | ||
pkgver = 3.11.0 | ||
pkgver = 3.12.1 | ||
pkgdesc = Launcher for a specific anime game with auto-patching, discord rpc and time tracking | ||
depends = git | ||
depends = p7zip-full | ||
depends = webp | ||
optdepends = mangohud: FPS Hud/GUI | ||
optdepends = gamemode: Game Optimizations | ||
optdepends = vkbasalt: Required to use custom shaders (install this and reshade-shaders-git) | ||
|
@@ -18,9 +21,9 @@ pkgbase = an-anime-game-launcher-bin | |
incompatible = debian:bullseye | ||
maintainer = Elsie19 <[email protected]> | ||
repology = project: an-anime-game-launcher | ||
source = https://github.com/an-anime-team/an-anime-game-launcher/releases/download/3.11.0/anime-game-launcher | ||
source = https://github.com/an-anime-team/an-anime-game-launcher/releases/download/3.12.1/anime-game-launcher | ||
source = icon.png::https://raw.githubusercontent.com/an-anime-team/an-anime-game-launcher/main/assets/images/icon.png | ||
sha256sums = 454169e304393080d68cef6051975fe3535e767b622dab4f167502c14d12576f | ||
sha256sums = 270830e6208c9cca58266e83b76393e011d1d5e04049b6b981b154aa32130188 | ||
sha256sums = SKIP | ||
|
||
pkgname = an-anime-game-launcher-bin |
5 changes: 3 additions & 2 deletions
5
packages/an-anime-game-launcher-bin/an-anime-game-launcher-bin.pacscript
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,17 @@ | ||
pkgname="an-anime-game-launcher-bin" | ||
gives="an-anime-game-launcher" | ||
pkgver="3.11.0" | ||
pkgver="3.12.1" | ||
pkgdesc="Launcher for a specific anime game with auto-patching, discord rpc and time tracking" | ||
repology=("project: an-anime-game-launcher") | ||
source=( | ||
"https://github.com/an-anime-team/an-anime-game-launcher/releases/download/${pkgver}/anime-game-launcher" | ||
"icon.png::https://raw.githubusercontent.com/an-anime-team/an-anime-game-launcher/main/assets/images/icon.png" | ||
) | ||
sha256sums=( | ||
"454169e304393080d68cef6051975fe3535e767b622dab4f167502c14d12576f" | ||
"270830e6208c9cca58266e83b76393e011d1d5e04049b6b981b154aa32130188" | ||
"SKIP" | ||
) | ||
depends=("git" "p7zip-full" "webp") | ||
maintainer=("Elsie19 <[email protected]>") | ||
incompatible=("ubuntu:bionic" "ubuntu:focal" "ubuntu:jammy" "ubuntu:kinetic" "debian:stretch" "debian:buster" "debian:bullseye") | ||
breaks=("${gives}" "${gives}-deb" "${gives}-app" "${gives}-git") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
pkgbase = discord-deb | ||
gives = discord | ||
pkgver = 0.0.66 | ||
pkgver = 0.0.67 | ||
pkgdesc = Chat for Communities and Friends. Discord is the easiest way to communicate over voice, video, and text. Chat, hang out, and stay close with your friends and communities | ||
url = https://discord.com/ | ||
arch = amd64 | ||
|
@@ -10,7 +10,7 @@ pkgbase = discord-deb | |
maintainer = ObsidianPresidium <[email protected]> | ||
maintainer = Medaey <[email protected]> | ||
repology = project: discord | ||
source = https://dl.discordapp.net/apps/linux/0.0.66/discord-0.0.66.deb | ||
sha256sums = ea2df18fc1481b872cced367da84308bc241a6b08f39cfe8b42c2835147aedaf | ||
source = https://dl.discordapp.net/apps/linux/0.0.67/discord-0.0.67.deb | ||
sha256sums = aa4cc63dbe6a56ed503a1e8d163aba2ff80813c81b728004f3b3a49897d92001 | ||
|
||
pkgname = discord-deb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
pkgname="discord-deb" | ||
gives="discord" | ||
breaks=("${gives}" "${gives}-app" "${gives}-debian-patched-deb") | ||
pkgver="0.0.66" | ||
pkgver="0.0.67" | ||
pkgdesc="Chat for Communities and Friends. Discord is the easiest way to communicate over voice, video, and text. Chat, hang out, and stay close with your friends and communities" | ||
sha256sums=("ea2df18fc1481b872cced367da84308bc241a6b08f39cfe8b42c2835147aedaf") | ||
sha256sums=("aa4cc63dbe6a56ed503a1e8d163aba2ff80813c81b728004f3b3a49897d92001") | ||
maintainer=("ObsidianPresidium <[email protected]>" "Medaey <[email protected]>") | ||
arch=('amd64') | ||
source=("https://dl.discordapp.net/apps/linux/${pkgver}/discord-${pkgver}.deb") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
pkgbase = go-task-deb | ||
gives = task | ||
pkgver = 3.38.0 | ||
pkgver = 3.39.0 | ||
pkgdesc = A task runner / simpler Make alternative written in Go | ||
arch = amd64 | ||
arch = arm64 | ||
maintainer = lfromanini <[email protected]> | ||
repology = project: task | ||
source_amd64 = https://github.com/go-task/task/releases/download/v3.38.0/task_linux_amd64.deb | ||
sha256sums_amd64 = 5668c3840456ecfb32b6af9ed139145b60444e8fa43890a65dc1af8f95a940a4 | ||
source_arm64 = https://github.com/go-task/task/releases/download/v3.38.0/task_linux_arm64.deb | ||
sha256sums_arm64 = 4db8c450e1a6c529e1ba470d708ae5bc4dccf0c83b8e0665ee1f970c05e993d1 | ||
source_amd64 = https://github.com/go-task/task/releases/download/v3.39.0/task_linux_amd64.deb | ||
sha256sums_amd64 = 788405c4764a956d3854806c3c138f06db9d8cf2756c0eba9821a74fa8321f4f | ||
source_arm64 = https://github.com/go-task/task/releases/download/v3.39.0/task_linux_arm64.deb | ||
sha256sums_arm64 = 788405c4764a956d3854806c3c138f06db9d8cf2756c0eba9821a74fa8321f4f | ||
|
||
pkgname = go-task-deb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,8 @@ pkgdesc="A task runner / simpler Make alternative written in Go" | |
maintainer=("lfromanini <[email protected]>") | ||
repology=("project: ${gives}") | ||
arch=("amd64" "arm64") | ||
pkgver="3.38.0" | ||
pkgver="3.39.0" | ||
source_amd64=("https://github.com/go-task/task/releases/download/v${pkgver}/task_linux_amd64.deb") | ||
sha256sums_amd64=("5668c3840456ecfb32b6af9ed139145b60444e8fa43890a65dc1af8f95a940a4") | ||
sha256sums_amd64=("788405c4764a956d3854806c3c138f06db9d8cf2756c0eba9821a74fa8321f4f") | ||
source_arm64=("https://github.com/go-task/task/releases/download/v${pkgver}/task_linux_arm64.deb") | ||
sha256sums_arm64=("4db8c450e1a6c529e1ba470d708ae5bc4dccf0c83b8e0665ee1f970c05e993d1") | ||
sha256sums_arm64=("788405c4764a956d3854806c3c138f06db9d8cf2756c0eba9821a74fa8321f4f") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
pkgbase = grub-customizer-git | ||
gives = grub-customizer | ||
pkgver = 5.25 | ||
pkgdesc = A graphical grub2 settings manager (git version) | ||
url = https://git.launchpad.net/grub-customizer | ||
arch = amd64 | ||
depends = libgtkmm-3.0-dev | ||
depends = libssl-dev | ||
makedepends = libgtkmm-3.0-dev | ||
makedepends = libssl-dev | ||
makedepends = libcairomm-1.0-dev | ||
makedepends = cmake | ||
makedepends = libglib2.0-dev | ||
makedepends = libglibmm-2.4-dev | ||
makedepends = libgtk-3-dev | ||
makedepends = libarchive-dev | ||
makedepends = libsigc++-3.0-dev | ||
makedepends = libpangomm-1.4-dev | ||
makedepends = gettext | ||
pacdeps = hwinfo-git | ||
replaces = grub-customizer | ||
maintainer = xdavius <[email protected]> | ||
source = git+https://git.launchpad.net/grub-customizer | ||
sha256sums = SKIP | ||
|
||
pkgname = grub-customizer-git |
39 changes: 39 additions & 0 deletions
39
packages/grub-customizer-git/grub-customizer-git.pacscript
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
pkgname="grub-customizer-git" | ||
gives="grub-customizer" | ||
pkgver="5.25" | ||
pkgdesc="A graphical grub2 settings manager (git version)" | ||
arch=('amd64') | ||
url='https://git.launchpad.net/grub-customizer' | ||
depends=("libgtkmm-3.0-dev" "libssl-dev") | ||
makedepends=("libgtkmm-3.0-dev" | ||
"libssl-dev" | ||
"libcairomm-1.0-dev" | ||
"cmake" | ||
"libglib2.0-dev" | ||
"libglibmm-2.4-dev" | ||
"libgtk-3-dev" | ||
"libarchive-dev" | ||
"libsigc++-3.0-dev" | ||
"libpangomm-1.4-dev" | ||
"gettext") | ||
pacdeps=("hwinfo-git") | ||
replaces=("${gives}") | ||
source=("git+https://git.launchpad.net/grub-customizer") | ||
sha256sums=('SKIP') | ||
maintainer=("xdavius <[email protected]>") | ||
|
||
build() { | ||
cd "${srcdir}/${gives}" | ||
cmake -DCMAKE_INSTALL_PREFIX=/usr \ | ||
-DCMAKE_BUILD_TYPE=None \ | ||
-Wno-dev \ | ||
-B build | ||
make VERBOSE=1 -C build -j"${NCPU}" | ||
} | ||
|
||
package() { | ||
cd "${srcdir}/${gives}" | ||
make install DESTDIR="${pkgdir}" -C "${srcdir}/${gives}/build" | ||
# additional documentation | ||
install -vDm 644 "${srcdir}/${gives}"/{changelog,README} -t "${pkgdir}/usr/share/doc/${pkgname}/" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
pkgbase = honkers-launcher-bin | ||
gives = honkers-launcher | ||
pkgver = 1.7.1 | ||
pkgver = 1.8.1 | ||
pkgdesc = Launcher for a honkers game with auto-patching, discord rpc and time tracking | ||
depends = git | ||
depends = p7zip-full | ||
depends = webp | ||
optdepends = mangohud: FPS Hud/GUI | ||
optdepends = gamemode: Game Optimizations | ||
breaks = honkers-launcher | ||
|
@@ -17,9 +20,9 @@ pkgbase = honkers-launcher-bin | |
incompatible = debian:bullseye | ||
maintainer = vbrabandt2005 <[email protected]> | ||
repology = project: honkers-launcher | ||
source = https://github.com/an-anime-team/honkers-launcher/releases/download/1.7.1/honkers-launcher | ||
source = https://github.com/an-anime-team/honkers-launcher/releases/download/1.8.1/honkers-launcher | ||
source = icon.png::https://raw.githubusercontent.com/an-anime-team/honkers-launcher/main/assets/images/icon.png | ||
sha256sums = 51c34b6b57bbe777e380536be12926126c67dd31a0063ca81bd1d2bf453ee016 | ||
sha256sums = c61265aba17db48d4cee79c0b059a47440c56a3a2604a6cd0d88b86b8d2563b9 | ||
sha256sums = SKIP | ||
|
||
pkgname = honkers-launcher-bin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,17 @@ | ||
pkgname="honkers-launcher-bin" | ||
gives="honkers-launcher" | ||
pkgver="1.7.1" | ||
pkgver="1.8.1" | ||
pkgdesc="Launcher for a honkers game with auto-patching, discord rpc and time tracking" | ||
repology=("project: honkers-launcher") | ||
source=( | ||
"https://github.com/an-anime-team/honkers-launcher/releases/download/${pkgver}/honkers-launcher" | ||
"icon.png::https://raw.githubusercontent.com/an-anime-team/honkers-launcher/main/assets/images/icon.png" | ||
) | ||
sha256sums=( | ||
"51c34b6b57bbe777e380536be12926126c67dd31a0063ca81bd1d2bf453ee016" | ||
"c61265aba17db48d4cee79c0b059a47440c56a3a2604a6cd0d88b86b8d2563b9" | ||
"SKIP" | ||
) | ||
depends=("git" "p7zip-full" "webp") | ||
maintainer=("vbrabandt2005 <[email protected]>") | ||
incompatible=("ubuntu:bionic" "ubuntu:focal" "ubuntu:jammy" "ubuntu:kinetic" "debian:stretch" "debian:buster" "debian:bullseye") | ||
breaks=("${gives}" "${gives}-deb" "${gives}-app" "${gives}-git") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
pkgbase = linux-headers-deb | ||
gives = linux-headers-6.11.0-061100rc3 | ||
pkgver = 6.11~rc3 | ||
gives = linux-headers-6.11.0-061100rc7 | ||
pkgver = 6.11~rc7 | ||
pkgdesc = Ubuntu Linux mainline kernel (Headers) | ||
arch = any | ||
maintainer = Oren Klopfer <[email protected]> | ||
repology = project: linux | ||
repology = repo: aur | ||
repology = srcname: linux-mainline | ||
repology = binname: linux-mainline-headers | ||
source = https://kernel.ubuntu.com/~kernel-ppa/mainline/v6.11-rc3/amd64/linux-headers-6.11.0-061100rc3_6.11.0-061100rc3.202408112133_all.deb | ||
sha256sums = 728fa93b126e4376c17f417011ab1d4e5eb038121ca22aa7ddd59249daecadbe | ||
source = https://kernel.ubuntu.com/~kernel-ppa/mainline/v6.11-rc7/amd64/linux-headers-6.11.0-061100rc7_6.11.0-061100rc7.202409082235_all.deb | ||
sha256sums = 0a84fdfd65fedbe907fd05ff49d030aa88c61f851706cc157664c62b41ed9507 | ||
|
||
pkgname = linux-headers-deb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
pkgname="linux-headers-deb" | ||
gives="linux-headers-6.11.0-061100rc3" | ||
pkgver="6.11~rc3" | ||
buildver="6.11.0-061100rc3.202408112133" | ||
gives="linux-headers-6.11.0-061100rc7" | ||
pkgver="6.11~rc7" | ||
buildver="6.11.0-061100rc7.202409082235" | ||
source=("https://kernel.ubuntu.com/~kernel-ppa/mainline/v${pkgver/\~/-}/amd64/${gives}_${buildver}_all.deb") | ||
pkgdesc="Ubuntu Linux mainline kernel (Headers)" | ||
sha256sums=("728fa93b126e4376c17f417011ab1d4e5eb038121ca22aa7ddd59249daecadbe") | ||
sha256sums=("0a84fdfd65fedbe907fd05ff49d030aa88c61f851706cc157664c62b41ed9507") | ||
arch=('any') | ||
maintainer=("Oren Klopfer <[email protected]>") | ||
repology=("project: linux" "repo: aur" "srcname: linux-mainline" "binname: linux-mainline-headers") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
packages/linux-headers-generic-deb/linux-headers-generic-deb.pacscript
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
pkgbase = linux-headers-generic-stable-deb | ||
gives = linux-headers-6.10.7-061007-generic | ||
pkgver = 6.10.7 | ||
gives = linux-headers-6.10.9-061009-generic | ||
pkgver = 6.10.9 | ||
pkgdesc = Ubuntu Linux stable kernel (Generic headers) | ||
arch = arm64 | ||
arch = amd64 | ||
pacdeps = linux-headers-stable-deb | ||
maintainer = Oren Klopfer <[email protected]> | ||
repology = project: linux | ||
repology = repo: distrowatch | ||
source_arm64 = https://kernel.ubuntu.com/~kernel-ppa/mainline/v6.10.7/arm64/linux-headers-6.10.7-061007-generic_6.10.7-061007.202408291638_arm64.deb | ||
sha256sums_arm64 = 01ea7ee3ecd7392fe8ad4ccb5161c498b6b97ac96739504a505f61ccf339cfd7 | ||
source_amd64 = https://kernel.ubuntu.com/~kernel-ppa/mainline/v6.10.7/amd64/linux-headers-6.10.7-061007-generic_6.10.7-061007.202408291638_amd64.deb | ||
sha256sums_amd64 = 49ad670a66c5f4eae3e6260243bfc0f5281d0a6c132257d0201809c216edb5be | ||
source_arm64 = https://kernel.ubuntu.com/~kernel-ppa/mainline/v6.10.9/arm64/linux-headers-6.10.9-061009-generic_6.10.9-061009.202409080636_arm64.deb | ||
sha256sums_arm64 = 0ea3a09fd4bb26b6c417d4d3efe9ff08f0a044e344f15ce32bcfe00a8f12834f | ||
source_amd64 = https://kernel.ubuntu.com/~kernel-ppa/mainline/v6.10.9/amd64/linux-headers-6.10.9-061009-generic_6.10.9-061009.202409080636_amd64.deb | ||
sha256sums_amd64 = 4a64bf7bb79c3da0d7ae026d57c63f66120986754ff453f2790b4a2fbe8a53bf | ||
|
||
pkgname = linux-headers-generic-stable-deb |
10 changes: 5 additions & 5 deletions
10
packages/linux-headers-generic-stable-deb/linux-headers-generic-stable-deb.pacscript
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
pkgbase = linux-headers-stable-deb | ||
gives = linux-headers-6.10.7-061007 | ||
pkgver = 6.10.7 | ||
gives = linux-headers-6.10.9-061009 | ||
pkgver = 6.10.9 | ||
pkgdesc = Ubuntu Linux stable kernel (Headers) | ||
arch = any | ||
maintainer = Oren Klopfer <[email protected]> | ||
repology = project: linux | ||
repology = repo: distrowatch | ||
source = https://kernel.ubuntu.com/~kernel-ppa/mainline/v6.10.7/amd64/linux-headers-6.10.7-061007_6.10.7-061007.202408291638_all.deb | ||
sha256sums = 109331777e98bd820569e0218f3e247807b907ae41212508687dea12203e358d | ||
source = https://kernel.ubuntu.com/~kernel-ppa/mainline/v6.10.9/amd64/linux-headers-6.10.9-061009_6.10.9-061009.202409080636_all.deb | ||
sha256sums = eda2e637b9118de9135764665eae75b4568c02ba62e3e3bfc0350067416a330f | ||
|
||
pkgname = linux-headers-stable-deb |
8 changes: 4 additions & 4 deletions
8
packages/linux-headers-stable-deb/linux-headers-stable-deb.pacscript
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
pkgname="linux-headers-stable-deb" | ||
gives="linux-headers-6.10.7-061007" | ||
pkgver="6.10.7" | ||
buildver="6.10.7-061007.202408291638" | ||
gives="linux-headers-6.10.9-061009" | ||
pkgver="6.10.9" | ||
buildver="6.10.9-061009.202409080636" | ||
source=("https://kernel.ubuntu.com/~kernel-ppa/mainline/v${pkgver}/amd64/${gives}_${buildver}_all.deb") | ||
pkgdesc="Ubuntu Linux stable kernel (Headers)" | ||
sha256sums=("109331777e98bd820569e0218f3e247807b907ae41212508687dea12203e358d") | ||
sha256sums=("eda2e637b9118de9135764665eae75b4568c02ba62e3e3bfc0350067416a330f") | ||
arch=('any') | ||
maintainer=("Oren Klopfer <[email protected]>") | ||
repology=("project: linux" "repo: distrowatch") |
Oops, something went wrong.