mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 13:12:02 +01:00
17 lines
419 B
Text
17 lines
419 B
Text
pkgbase = preditor
|
|
pkgdesc = Minimal GTK3 image previewer with basic editing functions
|
|
pkgver = r0.0
|
|
pkgrel = 1
|
|
url = https://github.com/rabfulton/preditor
|
|
arch = x86_64
|
|
license = MIT
|
|
makedepends = make
|
|
makedepends = gcc
|
|
makedepends = pkgconf
|
|
makedepends = git
|
|
depends = gtk3
|
|
depends = gdk-pixbuf2
|
|
source = git+https://github.com/rabfulton/preditor.git#branch=master
|
|
sha256sums = SKIP
|
|
|
|
pkgname = preditor
|