summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 15062c8471224ae3ba41fe099b85a9a967f7919d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
pkgname=freeroute-bin
pkgver=1.2.43.752065a
pkgrel=2
pkgdesc="Automatic PCB track router for KiCad written by Alfons Wirtz"
arch=('i686' 'x86_64')
url="http://www.freerouting.net/"
license=('GPL3')
depends=('java-runtime')
optdepends=('kicad: for use with PCB editor')
source=("https://github.com/freerouting/freerouting/raw/master/binaries/FreeRouting.jar")
noextract=('FreeRouting.jar')
md5sums=('212b8886718d0a7b62b57c51362cdcf7')

package() {
    install -Dm644 ${srcdir}/FreeRouting.jar ${pkgdir}/usr/bin/freeroute.jar
}