summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 24ab146051fcc511dcf1967606fd14e550ee8484 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: Tyler Veness <calcmogul at gmail dot com>

pkgname=sleipnirgroup-choreo
pkgver=2024.0.4
pkgrel=1
pkgdesc="A graphical tool for planning time-optimized trajectories for autonomous mobile robots in the FIRST Robotics Competition"
arch=('x86_64')
url='https://github.com/SleipnirGroup/Choreo'
depends=('webkit2gtk')
license=('BSD')
source=("https://github.com/SleipnirGroup/Choreo/releases/download/v$pkgver/Choreo-v$pkgver-Linux-x86_64.deb")
md5sums=('c654c7fff6d146ec08aec820db3fdd2c')

package() {
  tar -C "$pkgdir" -xf "$srcdir/data.tar.gz"
}