void-packages/srcpkgs/avrdude/template

19 lines
724 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="Orphaned <orphan@voidlinux.org>"
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"