diff options
author | metamuffin <metamuffin@disroot.org> | 2025-10-04 14:40:07 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-10-04 14:40:07 +0200 |
commit | 81b469e0f4ab63ddfcaa35d9f38c2bacfe71d382 (patch) | |
tree | d5b2e34182dc3962db884ed003788c3c462f725b | |
parent | d9ce4971df6477ae61f6a2cf817847651afa7c5d (diff) | |
download | pkgbuilds-81b469e0f4ab63ddfcaa35d9f38c2bacfe71d382.tar pkgbuilds-81b469e0f4ab63ddfcaa35d9f38c2bacfe71d382.tar.bz2 pkgbuilds-81b469e0f4ab63ddfcaa35d9f38c2bacfe71d382.tar.zst |
-rw-r--r-- | hurrycurry-pixel-client-git/PKGBUILD | 42 | ||||
-rw-r--r-- | hurrycurry-pixel-client-git/hurrycurry-pixel-client.desktop | 11 | ||||
-rw-r--r-- | metamuffin-website-git/PKGBUILD | 2 |
3 files changed, 1 insertions, 54 deletions
diff --git a/hurrycurry-pixel-client-git/PKGBUILD b/hurrycurry-pixel-client-git/PKGBUILD deleted file mode 100644 index 4f7596c..0000000 --- a/hurrycurry-pixel-client-git/PKGBUILD +++ /dev/null @@ -1,42 +0,0 @@ -# Maintainer: metamuffin <metamuffin@disroot.org> - -pkgname=hurrycurry-pixel-client-git -pkgver=r2076.acaed50d -pkgrel=1 -pkgdesc="A game about cooking (pixel client)" -arch=('i686' 'armv6h' 'armv7h') -url="https://codeberg.org/hurrycurry/hurrycurry" -license=('AGPL3') -depends=('sdl2') -makedepends=('rustup' 'sdl2' 'sdl2_image') -conflics=('hurrycurry-pixel-client') -provides=('hurrycurry-pixel-client') -source=("git+https://codeberg.org/hurrycurry/hurrycurry.git" - "hurrycurry-pixel-client.desktop") -sha256sums=("SKIP" - "SKIP") - -rust_chost() { - sed -e "s/-pc-linux/-unknown-linux/" -e "s/armv7l-/armv7-/" <<< "$CHOST" -} - -pkgver() { - cd "hurrycurry" - printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" -} -prepare() { - cd "hurrycurry" - rustup default nightly - cargo +nightly fetch --locked --target "$(rust_chost)" -} -build() { - cd "hurrycurry" - make pixel-client - cargo build --release --bin pixelcurry --target "$(rust_chost)" -} -package() { - install -Dm755 hurrycurry/target/$(rust_chost)/release/pixelcurry "$pkgdir/usr/bin/pixelcurry" - install -Dm644 hurrycurry-pixel-client.desktop "$pkgdir/usr/share/applications/hurrycurry-pixel-client.desktop" - install -Dm644 hurrycurry/COPYING "$pkgdir/usr/share/licenses/hurrycurry-pixel-client/COPYING" - install -Dm644 hurrycurry/pixel-client/icon.png "$pkgdir/usr/share/icons/hicolor/512x512/apps/pixelcurry.png" -} diff --git a/hurrycurry-pixel-client-git/hurrycurry-pixel-client.desktop b/hurrycurry-pixel-client-git/hurrycurry-pixel-client.desktop deleted file mode 100644 index 32389df..0000000 --- a/hurrycurry-pixel-client-git/hurrycurry-pixel-client.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Name=Pixel Curry! -Icon=pixelcurry -GenericName[de]=Ein Spiel rund ums Kochen im Retro-stil -GenericName=A retro-style game about cooking -Exec=pixelcurry -Terminal=false -StartupNotify=false -Type=Application -Categories=Game; -Keywords=game;cooking; diff --git a/metamuffin-website-git/PKGBUILD b/metamuffin-website-git/PKGBUILD index fc84eda..8874eac 100644 --- a/metamuffin-website-git/PKGBUILD +++ b/metamuffin-website-git/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: metamuffin <metamuffin@disroot.org> pkgname=metamuffin-website-git -pkgver=r88.4456239 +pkgver=r90.26a0fc6 pkgrel=1 pkgdesc="metamuffin's personal webpage" arch=('any') |