summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjerry732042017-09-26 12:30:55 +0800
committerjerry732042017-09-26 12:32:27 +0800
commit45faaae74b0026b186b1a4f9fa4e84baa00fcfa2 (patch)
treecd0740cf5dbb0b9b50705ee6986f65423bb991f8 /PKGBUILD
parentbf120a97a183cdad5fc8d78ddeba504b9181dbf2 (diff)
downloadaur-45faaae74b0026b186b1a4f9fa4e84baa00fcfa2.tar.gz
Add depends and descriptions
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 5 insertions, 11 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f322137d63dc..0ec6b2576c91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,22 +2,16 @@
pkgname=stage-git
pkgver=r2323.0a7eb63f
pkgrel=1
-pkgdesc=""
+pkgdesc='Stage is a robot simulator providing a virtual world populated by mobile robots and sensors, along with various objects for the robots to sense and manipulate.'
arch=('i686' 'x86_64')
-url=""
+url="http://rtv.github.io/Stage/"
license=('GPLv2')
-groups=()
-depends=()
-makedepends=('git')
+depends=('fltk>=1.1' 'libpng' 'libjpeg' 'glu')
+makedepends=('git' 'cmake')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
-replaces=()
-backup=()
-options=()
-install=
source=('stage::git+https://github.com/rtv/Stage.git')
-md5sums=('SKIP')
-noextract=()
+sha256sums=('SKIP')
pkgver() {
cd "$srcdir/${pkgname%-git}"