added sinsinfunni #1

Open
zombie wants to merge 4 commits from zombie/PKGBUILDs:master into master
First-time contributor

i wrote this with claude and chatgpt

i wrote this with claude and chatgpt
Owner

PKGBUILD and program violate the UNIX file hierarchy. Please fix.

PKGBUILD and program violate the UNIX file hierarchy. Please fix.
logan changed title from added sinsinfunni to WIP: added sinsinfunni 2026-07-07 09:14:40 -04:00
upstream fixed their weird hardcoded path balogna
Author
First-time contributor

upstream got around to fixing these issues so now i have updated the pkgbuild to reflect upstream

upstream got around to fixing these issues so now i have updated the pkgbuild to reflect upstream
zombie changed title from WIP: added sinsinfunni to added sinsinfunni 2026-07-07 19:25:53 -04:00
@ -0,0 +4,4 @@
pkgrel=1
pkgdesc="SDL2 gui/game experiments (lissajous, memepong, graphicstest)"
arch=('x86_64' 'x86' 'aarch64' 'armv7' 'armhf' 'ppc64le' 's390x' 'riscv64')
url="ssh://git@play.qtechofficial.com:9940/zombie/sinsinfunni.git"
Owner

This should be the upstream project URL, not a git repo

This should be the upstream project URL, not a git repo
@ -0,0 +10,4 @@
makedepends=('cmake' 'git')
provides=('sinsinfunni')
conflicts=('sinsinfunni')
source=("$pkgname::git+ssh://git@play.qtechofficial.com:9940/zombie/sinsinfunni.git")
Owner

This should be pulling using HTTP(S), not SSH

This should be pulling using HTTP(S), not SSH
@ -0,0 +27,4 @@
package() {
# Asset paths are now baked into the binary via ASSET_INSTALL_DIR at
# build time, so the executable can be installed straight into
# /usr/bin and just needs the assets present at that fixed path.
Owner

Not super useful comments

Not super useful comments
@ -0,0 +3,4 @@
pkgver=r.
pkgrel=1
pkgdesc="SDL2 gui/game experiments (lissajous, memepong, graphicstest)"
arch=('x86_64' 'x86' 'aarch64' 'armv7' 'armhf' 'ppc64le' 's390x' 'riscv64')
Owner

Did you verify these?

Did you verify these?
@ -0,0 +1,34 @@
# Maintainer: zombie maniac <zombie@ufzombiemaniac.com>
pkgname=sinsinfunni-git
pkgver=r.
Owner

Not a valid pkgver

Not a valid pkgver
Author
First-time contributor

i have now commited new changes
i did verify the dependencies and they are correct although on Arch POWER ttf-liberation doesnt exist
as for pkgver=r. when running makepkg -si it actually modifys the PKGBUILD file and changes that line and when i ran it on my NAS with fucked up and evil permissions the git commands used to get the version didnt work and it it spit out "r." as the version string and that got commited

i have now commited new changes i did verify the dependencies and they are correct although on Arch POWER ttf-liberation doesnt exist as for pkgver=r. when running makepkg -si it actually modifys the PKGBUILD file and changes that line and when i ran it on my NAS with fucked up and evil permissions the git commands used to get the version didnt work and it it spit out "r." as the version string and that got commited
Owner

as for pkgver=r. when running makepkg -si it actually modifys the PKGBUILD file and changes that line

You usually still put something there, ex. https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=paru-git
https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=aconfmgr-git

> as for pkgver=r. when running makepkg -si it actually modifys the PKGBUILD file and changes that line You usually still put something there, ex. https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=paru-git https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=aconfmgr-git
Author
First-time contributor

I did put somthing there '0'

I did put somthing there '0'
Owner

Please refer to the given examples

Please refer to the given examples
Author
First-time contributor

I have now put somthing in the pkgver string that looks similar to the examples you gave

I have now put somthing in the pkgver string that looks similar to the examples you gave
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u master:zombie-master
git switch zombie-master

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff zombie-master
git switch zombie-master
git rebase master
git switch master
git merge --ff-only zombie-master
git switch zombie-master
git rebase master
git switch master
git merge --no-ff zombie-master
git switch master
git merge --squash zombie-master
git switch master
git merge --ff-only zombie-master
git switch master
git merge zombie-master
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
logan/PKGBUILDs!1
No description provided.