summaryrefslogtreecommitdiff
path: root/frc-bin/smartdashboard-client/PKGBUILD
blob: f4ed87bd30ac63f1928495a6fe25495506103f2a (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
# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net>

pkgname=smartdashboard-client
pkgver=2012
pkgrel=1
pkgdesc='This is the platform independent SmartDashboard jar file.'
arch=any
url="http://firstforge.wpi.edu/sf/projects/smartdashboard"
license=unknown
groups=(frc)
depends=(java-runtime)
source=(
  'SmartDashboard2012.jar::http://firstforge.wpi.edu/sf/frs/do/downloadFile/projects.smartdashboard/frs.smartdashboard_client_0_5a1.smartdashboard_client_2012/frs1359?dl=1'
  smartdashboard.sh
)

package() {
  cd "$srcdir"

  install -m644 -D SmartDashboard2012.jar "$pkgdir/usr/share/smartdashboard/SmartDashboard.jar"
  install -m755 -D smartdashboard.sh "$pkgdir/usr/bin/smartdashboard"
}

md5sums=('4df81b4b6ff7c19547513519388f0d95'
         'a278b2e86bd4d732e86ac9e084f5ec4d')