summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 1434b09cc94e2d5f6b5cebfe7d6bdfc86866a8e7 (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.1
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=('841167616eeb288f6c6bd237f414ae5f')

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