blob: 8afa1e2f752eb7a7b93ffd98e8bf638beab11e94 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
pkgbase = ddgtk
pkgdesc = A fronted Gui to dd for making bootable usb disks
pkgver = 0.1.r3.g5b25b7c
pkgrel = 1
url = https://github.com/gort818/ddgtk
arch = i686
arch = x86_64
license = GPL3
makedepends = git
makedepends = meson
depends = python3
depends = python-gobject
depends = gtk3
depends = vte
provides = ddgtk
conflicts = ddgtk
source = ddgtk::git+https://github.com/gort818/ddgtk#branch=master
sha1sums = SKIP
pkgname = ddgtk
|