~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[alpine-aports] [PATCH] testing/stm32flash: New aport

Marian Buschsieweke <marian.buschsieweke@ovgu.de>
Details
Message ID
<20180405143120.7572-1-marian.buschsieweke@ovgu.de>
Sender timestamp
1522938680
DKIM signature
missing
Download raw message
Patch: +26 -0
https://sourceforge.net/p/stm32flash/wiki/Home/
Flash STM32 ARM SoCs using built-in ST serial bootloader over UART or I2C
---
 testing/stm32flash/APKBUILD | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 testing/stm32flash/APKBUILD

diff --git a/testing/stm32flash/APKBUILD b/testing/stm32flash/APKBUILD
new file mode 100644
index 0000000000..bb2f9a9baa
--- /dev/null
+++ b/testing/stm32flash/APKBUILD
@@ -0,0 +1,26 @@
# Maintainer: Marian Buschsieweke <marian.buschsieweke@ovgu.de>
pkgname=stm32flash
pkgver=0.5
pkgrel=0
pkgdesc="Flash STM32 ARM SoCs using built-in ST serial bootloader over UART or I2C"
url="https://sourceforge.net/p/stm32flash/wiki/Home/"
arch="all"
license="GPL"
depends=""
makedepends=""
subpackages="$pkgname-doc"
source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
builddir="$srcdir/$pkgname"
options="!check"

build() {
	cd "$builddir"
	make
}

package() {
	cd "$builddir"
	make PREFIX=/usr DESTDIR="$pkgdir" install
}

sha512sums="a01875a315d92d5e347372b736f2afa2f633851bf13af1326341c0c91e17cef54b6730ed1279280e86d3797033c856dfc25e8c595e010772b9287aaf965273f9  stm32flash-0.5.tar.gz"
-- 
2.16.3



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)