mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-06 04:46:42 +02:00
27 lines
876 B
Plaintext
27 lines
876 B
Plaintext
maintainer="Hannes Braun <hannes@hannesbraun.net>"
|
|
pkgname=wayneko
|
|
pkgver=0_git20260326
|
|
pkgrel=0
|
|
_gitrev=437a8a708ea68f0288becb047b582e84ef3e412c
|
|
pkgdesc="Displays an animated neko cat on the bottom of an output"
|
|
url="https://sr.ht/~leon_plickat/wayneko"
|
|
arch="all"
|
|
license="GPL-3.0-only"
|
|
makedepends="pixman-dev wayland-dev"
|
|
subpackages="$pkgname-bash-completion $pkgname-doc $pkgname-zsh-completion"
|
|
source="$pkgname-$pkgver.tar.gz::https://git.sr.ht/~leon_plickat/wayneko/archive/$_gitrev.tar.gz"
|
|
options="!check" # no test suite
|
|
builddir="$srcdir/$pkgname-$_gitrev"
|
|
|
|
build() {
|
|
make
|
|
}
|
|
|
|
package() {
|
|
make install PREFIX=/usr DESTDIR="$pkgdir" PREFIX=/usr ZSHCOMPDIR=/usr/share/zsh/site-functions
|
|
}
|
|
|
|
sha512sums="
|
|
147ca67b6e77266fcb27042c015ae3e5536bb1f0e374bedd4c936313fe3d8787d8e6ecd27ece305f68be6ac9fdfc02e490fa507061f2226a6c26f4e95d28afc1 wayneko-0_git20260326.tar.gz
|
|
"
|