Add lemoa, add dialect, update gtkcord4
Some checks failed
Release Alpine apk for ARM64v8 / compilation-arm64v8 (push) Failing after 3h13m48s
Some checks failed
Release Alpine apk for ARM64v8 / compilation-arm64v8 (push) Failing after 3h13m48s
This commit is contained in:
parent
e318b57b8c
commit
9d170bbefe
5 changed files with 82 additions and 7 deletions
27
srcpkgs/lemoa/APKBUILD
Normal file
27
srcpkgs/lemoa/APKBUILD
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# Contributor: ITmodulo <itmodulo@disroot.org>
|
||||
# Maintainer: ITmodulo <itmodulo@disroot.org>
|
||||
pkgname=lemoa
|
||||
pkgver=0.5.1
|
||||
pkgrel=0
|
||||
pkgdesc="GTK/Libadwaita native client for Lemmy"
|
||||
arch="all !s390x !ppc64le !riscv64"
|
||||
url="https://github.com/lemmygtk/lemoa"
|
||||
license="GPL-3.0-or-later"
|
||||
makedepends="pkgconf cargo cargo-auditable desktop-file-utils gtk-update-icon-cache gtk4.0-dev libadwaita-dev glib-dev musl-dev meson ninja openssl-dev"
|
||||
source="https://github.com/lemmygtk/lemoa/releases/download/v${pkgver}/lemoa-${pkgver}.tar.xz"
|
||||
options="!check" # no checks
|
||||
|
||||
build() {
|
||||
cd $pkgname
|
||||
abuild-meson . output
|
||||
meson compile -C output
|
||||
}
|
||||
|
||||
package() {
|
||||
cd src/$pkgname
|
||||
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
af6804a4061b4791b649450c54593e2478a8bf3ca4bb56680a580a89f158b00f8cefe228c0b0d1a7c39c783a2d4547d3b17651abbfe111082391747abe7ef333 lemoa-0.5.1.tar.xz
|
||||
"
|
||||
Loading…
Add table
Add a link
Reference in a new issue