generated from archlinux/template
reflect new EULA
This commit is contained in:
parent
e20f36faa9
commit
429827020c
6
.SRCINFO
6
.SRCINFO
@ -1,13 +1,13 @@
|
||||
# Generated by mksrcinfo v8
|
||||
# Sun Jul 31 13:06:52 UTC 2016
|
||||
# Fri Sep 2 12:18:39 UTC 2016
|
||||
pkgbase = aseprite
|
||||
pkgdesc = Create animated sprites and pixel art
|
||||
pkgver = 1.1.7
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = http://www.aseprite.org/
|
||||
arch = x86_64
|
||||
arch = i686
|
||||
license = GPL
|
||||
license = custom
|
||||
makedepends = cmake
|
||||
depends = pixman
|
||||
depends = curl
|
||||
|
10
PKGBUILD
10
PKGBUILD
@ -4,11 +4,11 @@
|
||||
|
||||
pkgname=aseprite
|
||||
pkgver=1.1.7
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Create animated sprites and pixel art'
|
||||
arch=('x86_64' 'i686')
|
||||
url='http://www.aseprite.org/'
|
||||
license=('GPL')
|
||||
license=('custom')
|
||||
depends=('pixman' 'curl' 'giflib' 'zlib' 'libpng' 'libjpeg-turbo' 'tinyxml' 'freetype2' 'libwebp')
|
||||
makedepends=('cmake')
|
||||
source=("git+https://github.com/aseprite/aseprite.git#tag=v${pkgver}"
|
||||
@ -18,6 +18,12 @@ sha256sums=('SKIP'
|
||||
|
||||
build() {
|
||||
cd "$pkgname"
|
||||
|
||||
less EULA.txt
|
||||
echo "Do you accept the EULA? yes/NO"
|
||||
read reply
|
||||
[ "$reply" == "yes" ] || exit 1
|
||||
|
||||
mkdir -p build && cd build
|
||||
git submodule update --init --recursive
|
||||
cmake -DUSE_SHARED_PIXMAN=ON \
|
||||
|
Loading…
x
Reference in New Issue
Block a user