mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-08 00:34:26 +02:00
42 lines
1,016 B
Text
42 lines
1,016 B
Text
# Contributor: Saijin-Naib <Saijin-Naib_package-maintenance@outlook.com>
|
|
# Maintainer: Saijin-Naib <Saijin-Naib_package-maintenance@outlook.com>
|
|
pkgname=errands
|
|
pkgver=46.2.8
|
|
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 --print-errorlogs -C output
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
|
}
|
|
|
|
sha512sums="
|
|
ef8304411b2123c5020bf327632df19fcb920cc265fa9e1f085977936960704e1c336195a238346b1ba595d5ccd9b21abcfff0577718ff34d4df19412450bdba errands-46.2.8.tar.gz
|
|
"
|