blob: b74b09d0b66c747e597ccb0cd532f6fe41bfd624 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
pkgbase = apart-gtk
pkgdesc = Linux GUI for cloning & restoring disk partitions to & from compressed image files.
pkgver = 0.22
pkgrel = 1
url = https://github.com/alexheretic/apart-gtk
arch = any
license = GPL3
makedepends = rustup
makedepends = git
depends = python
depends = python-gobject
depends = python-yaml
depends = python-pyzmq
depends = python-humanize
depends = gtk3
depends = partclone
depends = zeromq
optdepends = polkit: to run as non-root user
optdepends = pigz: adds compression option
optdepends = zstd: adds compression option
optdepends = lz4: adds compression option
source = https://github.com/alexheretic/apart-gtk/archive/v0.22.tar.gz
sha256sums = ff78b5b66ec11ac2daf6b8acfc9fef684cef3037c4291412dea6ca21ad0dbf06
pkgname = apart-gtk
|