blob: 6d9c298a02a7f07285f13395c1ca2f5ab6949684 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
pkgbase = simavr-git
pkgdesc = A lean, mean and hackable AVR simulator
pkgver = 1.7.x
pkgrel = 1
url = https://github.com/buserror/simavr
arch = x86_64
license = GPL3
makedepends = avr-libc
makedepends = git
makedepends = freeglut
makedepends = glu
depends = elfutils
source = simavr-git::git+https://github.com/buserror/simavr.git
md5sums = SKIP
pkgname = simavr-git
provides = simavr
conflicts = simavr
options = strip
pkgname = simavr-git-examples
depends = simavr-git=1.7.x
depends = freeglut
depends = glu
provides = simavr-git-examples
options = !strip
|