blob: 514437b8a0b29fa0d374b1603cbe6956c635a518 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
pkgbase = picsim
pkgdesc = Emulates some PIC microcontroller and periferics such as USART and timers, the simulator architecture permit easy implementation of external elements in C
pkgver = 0.8.7
pkgrel = 1
url = https://github.com/lcgamboa/picsim
arch = x86_64
license = GPL2
makedepends = gcc9
makedepends = doxygen
depends = glibc
options = staticlibs
source = picsim-0.8.7.tar.gz::https://github.com/lcgamboa/picsim/archive/v0.8.7.tar.gz
sha256sums = 6b3578d16da63895d3d1511d988aa104b054a379dd82dda50e31f954a323228d
pkgname = picsim
|