added sinsinfunni #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "zombie/PKGBUILDs:master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
i wrote this with claude and chatgpt
PKGBUILD and program violate the UNIX file hierarchy. Please fix.
added sinsinfunnito WIP: added sinsinfunniupstream got around to fixing these issues so now i have updated the pkgbuild to reflect upstream
WIP: added sinsinfunnito added sinsinfunni@ -0,0 +4,4 @@pkgrel=1pkgdesc="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"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")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.Not super useful comments
@ -0,0 +3,4 @@pkgver=r.pkgrel=1pkgdesc="SDL2 gui/game experiments (lissajous, memepong, graphicstest)"arch=('x86_64' 'x86' 'aarch64' 'armv7' 'armhf' 'ppc64le' 's390x' 'riscv64')Did you verify these?
@ -0,0 +1,34 @@# Maintainer: zombie maniac <zombie@ufzombiemaniac.com>pkgname=sinsinfunni-gitpkgver=r.Not a valid pkgver
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
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
I did put somthing there '0'
Please refer to the given examples
I have now put somthing in the pkgver string that looks similar to the examples you gave
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.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.