added sinsinfunni #1

Closed
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
Owner

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

Stale PRs are closed to keep the review queue focused on actively maintained work. If this PR is still relevant:

  • Rebase onto the latest main and push
  • Leave a comment to keep it open
  • Add the pinned or no-stale label

Thank you for your contributions to [project].

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Stale PRs are closed to keep the review queue focused on actively maintained work. If this PR is still relevant: - Rebase onto the latest main and push - Leave a comment to keep it open - Add the pinned or no-stale label Thank you for your contributions to [project].
logan closed this pull request 2026-07-31 21:34:15 -04:00
zombie stopped working 2026-07-31 22:38:46 -04:00
3 weeks 3 days

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Total time spent: 3 weeks 3 days
zombie
3 weeks 3 days
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.