summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 7a84ad963b789d63de119ed08997b6859c64edba (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.2.0
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=('e0f841d150337b14d95f4d138a34d6b5')

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