blob: c78ff3671e77d2bc51479a709d8455dd07041dff (
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
|
pkgbase = voidsprite-git
pkgdesc = Free pixelart editor made in SDL2 C++
pkgver = alpha27.08.2024.r237.gf20f758
pkgrel = 1
url = https://github.com/counter185/voidsprite
arch = i686
arch = x86_64
license = GPL-2.0-only
makedepends = git
makedepends = meson
makedepends = gcc
makedepends = ninja
makedepends = python
depends = sdl2
depends = sdl2_image
depends = sdl2_ttf
depends = libpng
depends = pugixml
depends = xdg-utils
provides = voidsprite=${pkgver}
conflicts = voidsprite
source = voidsprite::git+https://github.com/counter185/voidsprite.git
sha256sums = SKIP
pkgname = voidsprite-git
|