blob: 4591b637e935693c8cbbe600ef20799e4dd29c6b (
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.23
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.23.tar.gz
sha256sums = 551e419ec7d39df81cb32955016d4986464a77876b77cfb0c47ce9f8d2ea61fd
pkgname = apart-gtk
|