initial commit
This commit is contained in:
commit
4137e7f7db
3 changed files with 129 additions and 0 deletions
36
.SRCINFO
Normal file
36
.SRCINFO
Normal file
|
@ -0,0 +1,36 @@
|
|||
pkgbase = edgetx-companion
|
||||
pkgdesc = EEPROM Editor for EdgeTX RC transmitter firmwares
|
||||
pkgver = 2.5.0
|
||||
pkgrel = 1
|
||||
url = https://edgetx.org/
|
||||
arch = x86_64
|
||||
license = GPL-2.0
|
||||
makedepends = cmake
|
||||
makedepends = gcc
|
||||
makedepends = git
|
||||
makedepends = xsd
|
||||
makedepends = bc
|
||||
makedepends = python
|
||||
makedepends = avr-gcc
|
||||
makedepends = avr-libc
|
||||
makedepends = sed
|
||||
makedepends = qt5-tools
|
||||
makedepends = python-pyqt5
|
||||
makedepends = arm-none-eabi-gcc
|
||||
makedepends = arm-none-eabi-binutils
|
||||
makedepends = arm-none-eabi-newlib
|
||||
makedepends = fox
|
||||
makedepends = python-pillow
|
||||
depends = qt5-base
|
||||
depends = qt5-multimedia
|
||||
depends = sdl
|
||||
depends = hicolor-icon-theme
|
||||
optdepends = dfu-util: tool for flashing stm32 based radios
|
||||
provides = companion
|
||||
conflicts = companion
|
||||
source = git+https://github.com/EdgeTX/edgetx.git#tag=v2.5.0
|
||||
source = install.patch
|
||||
sha256sums = SKIP
|
||||
sha256sums = f156dfd0800251ea78ff01fb32704e5a5a826360d3f2da57b7d877521ba61a45
|
||||
|
||||
pkgname = edgetx-companion
|
Loading…
Add table
Add a link
Reference in a new issue