summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d7fe1d0fed6e1bdd022faa6e2ba42a8c0826dee7 (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
# Maintainer: Adam Goldsmith <contact@adamgoldsmith.name>
# Previous Maintainer: Florian Bruhin (The Compiler) <archlinux.org@the-compiler.org>
# Adapted for dp1 version by Semyon Maryasin <simeon@maryasin.name>
# Adapted for beta12/release by Adam Goldsmith <contact@adamgoldsmith.name>
# vim: ft=sh

pkgname=pebble-sdk
pkgver=4.5
pkgrel=3
pkgdesc="Pebble SDK, used to develop applications and watchfaces for the Pebble Smartwatch."
url="https://developer.rebble.io/developer.pebble.com/index.html"
arch=('i386' 'x86_64')
license=('MIT')
depends=('python2-virtualenv'
         'npm'
         'arm-none-eabi-gcc'
         'arm-none-eabi-newlib'
         'pebble-tool-git'
         'qemu-pebble'
         #'python2-pypkjs-git'
        )
conflicts=('pebble-sdk-beta')

# vim:set ts=2 sw=2 et: