blob: a2b82f9a46b232c9da44ed7ae4471e71ab1d6cbe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = nixwriter
pkgdesc = Create bootable Linux images with dd and from a GTK user interface
pkgver = 0.1
pkgrel = 2
url = https://gitlab.com/9898287/nixwriter
arch = x86_64
license = MIT
makedepends = ldc
makedepends = dub
depends = gtk3
depends = polkit
depends = util-linux
optdepends = libnotify: notifications
noextract = git+https://gitlab.com/9898287/nixwriter.git
source = git+https://gitlab.com/9898287/nixwriter.git
sha256sums = SKIP
pkgname = nixwriter
|