Initial commit + aseprite template
Getty Ritter
9 years ago
1 | # Template file for 'aseprite' | |
2 | pkgname=aseprite | |
3 | version=1.0.9 | |
4 | revision=1 | |
5 | build_style=cmake | |
6 | hostmakedepends="" | |
7 | makedepends="allegro4-devel pixman-devel curl giflib-devel zlib-devel libpng-devel tinyxml-devel gtest-devel git cmake libX11-devel perl" | |
8 | depends="" | |
9 | short_desc="A pixel art and animation tool." | |
10 | maintainer="Getty Ritter <gdritter@galois.com>" | |
11 | license="GPL-3" | |
12 | homepage="http://www.aseprite.org/" | |
13 | distfiles="" | |
14 | checksum="" | |
15 | ||
16 | function do_fetch { | |
17 | git clone "https://github.com/aseprite/aseprite.git" "${pkgname}-${version}" | |
18 | ( cd "${pkgname}-${version}" | |
19 | git checkout "tags/v${version}" | |
20 | git submodule init | |
21 | git submodule update | |
22 | ) | |
23 | } |