void-packages/srcpkgs/avrdude/template
Subhaditya Nath a940978634 avrdude: update to 7.0, remove build options
Build options can be added back if anybody demands. Until then, they
aren't necessary.

Changelog should point to the latest changelog, so that users can see
what changes have been made before upgrading.
2022-05-13 21:41:19 -03:00

18 lines
733 B
Bash

# Template file for 'avrdude'
pkgname=avrdude
version=7.0
revision=1
build_style=gnu-configure
configure_args="--enable-linuxspi --enable-linuxgpio --enable-parport"
hostmakedepends="flex"
makedepends="elfutils-devel libusb-devel libusb-compat-devel libftdi1-devel
hidapi-devel"
depends="avr-libc"
short_desc="Utility to manipulate ROM and EEPROM of AVR microcontrollers"
maintainer="Subhaditya Nath <sn03.general@gmail.com>"
license="GPL-2.0-only"
homepage="http://www.nongnu.org/avrdude/"
changelog="https://raw.githubusercontent.com/avrdudes/avrdude/master/NEWS"
distfiles="$NONGNU_SITE/$pkgname/${pkgname}-$version.tar.gz"
checksum=c0ef65d98d6040ca0b4f2b700d51463c2a1f94665441f39d15d97442dbb79b54
conf_files="/etc/avrdude.conf"