mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 20:46:39 +02:00
42 lines
1 KiB
Text
42 lines
1 KiB
Text
# Contributor: Saijin-Naib <Saijin-Naib_package-maintenance@outlook.com>
|
|
# Maintainer: Saijin-Naib <Saijin-Naib_package-maintenance@outlook.com>
|
|
pkgname=errands
|
|
pkgver=46.2.7
|
|
pkgrel=0
|
|
pkgdesc="Todo application with NextCloud and CalDAV Sync"
|
|
url="https://github.com/mrvladus/Errands"
|
|
arch="all"
|
|
license="MIT"
|
|
depends="py3-caldav"
|
|
makedepends="
|
|
cmake
|
|
desktop-file-utils
|
|
gnome-online-accounts-dev
|
|
gtksourceview5-dev
|
|
libadwaita-dev
|
|
libportal-dev
|
|
libsecret-dev
|
|
meson
|
|
py3-gobject3-dev
|
|
"
|
|
subpackages="$pkgname-lang"
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/mrvladus/Errands/archive/refs/tags/$pkgver.tar.gz"
|
|
builddir="$srcdir/Errands-$pkgver/"
|
|
|
|
build() {
|
|
abuild-meson \
|
|
output .
|
|
meson compile -C output
|
|
}
|
|
|
|
check() {
|
|
meson test --no-rebuild --print-errorlogs -C output
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
|
}
|
|
|
|
sha512sums="
|
|
969fd78213886b906bfbdc18fd16a069c8985897810e746fd390e95f529a344b33c5ef8ca2955467319381c524aa799aeb626db7314901320d2d60d10698e564 errands-46.2.7.tar.gz
|
|
"
|