summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c68de6b957bfea86b4e493986238ba9ce06d7abe (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=2025.0.0.beta.6
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/v2025.0.0-beta-6/Choreo-v2025.0.0-beta-6-Linux-x86_64.deb")
md5sums=('d39c9a3c7ef9b699fc088ddfd449fe16')

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