From d890099b50ea2a03104bb337401fab24ca9021e0 Mon Sep 17 00:00:00 2001 From: Tee KOBAYASHI Date: Mon, 31 Jan 2022 02:54:20 +0900 Subject: [PATCH] new package: avrdude --- root-packages/avrdude/build.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 root-packages/avrdude/build.sh diff --git a/root-packages/avrdude/build.sh b/root-packages/avrdude/build.sh new file mode 100644 index 000000000..42d6c1241 --- /dev/null +++ b/root-packages/avrdude/build.sh @@ -0,0 +1,8 @@ +TERMUX_PKG_HOMEPAGE=https://savannah.nongnu.org/projects/avrdude +TERMUX_PKG_DESCRIPTION="Software for programming Microchip (former Atmel) AVR Microcontrollers" +TERMUX_PKG_LICENSE="GPL-2.0" +TERMUX_PKG_MAINTAINER="@termux" +TERMUX_PKG_VERSION=6.4 +TERMUX_PKG_SRCURL=http://download.savannah.gnu.org/releases/avrdude/avrdude-${TERMUX_PKG_VERSION}.tar.gz +TERMUX_PKG_SHA256=a9be7066f70a9dcf4bf0736fcf531db6a3250aed1a24cc643add27641b7110f9 +TERMUX_PKG_DEPENDS="libusb"