mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 20:46:39 +02:00
30 lines
933 B
Text
30 lines
933 B
Text
# Contributor: Robin Candau <robincandau@protonmail.com>
|
|
# Maintainer: Robin Candau <robincandau@protonmail.com>
|
|
pkgname=timeshift
|
|
pkgver=24.06.5
|
|
pkgrel=0
|
|
pkgdesc="A system restore utility for Linux"
|
|
url="https://github.com/linuxmint/timeshift"
|
|
arch="all"
|
|
license="GPL-2.0-or-later"
|
|
depends="rsync cronie which xhost"
|
|
makedepends="help2man meson vala gtk+3.0-dev json-glib-dev vte3-dev libgee-dev xapp-dev"
|
|
subpackages="$pkgname-doc $pkgname-lang"
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/timeshift/archive/refs/tags/$pkgver.tar.gz"
|
|
|
|
build() {
|
|
meson setup --prefix=/usr --buildtype=plain "$srcdir/$pkgname-$pkgver" build
|
|
meson compile -C build
|
|
}
|
|
|
|
check() {
|
|
meson test -C build
|
|
}
|
|
|
|
package() {
|
|
meson install -C build --destdir "$pkgdir"
|
|
}
|
|
|
|
sha512sums="
|
|
bb20a9a276f4aa062c5058e452af43cad5e002d7e7e56e71969ecd79809f456543d3b05023177f2aa4908b7fdadbe7787e85076c3c4c3557555a6df521b70399 timeshift-24.06.5.tar.gz
|
|
"
|