mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
New package: avra-1.4.2
This commit is contained in:
parent
8881157a3e
commit
f5d374f077
1 changed files with 15 additions and 0 deletions
15
srcpkgs/avra/template
Normal file
15
srcpkgs/avra/template
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# Template file for 'avra'
|
||||||
|
pkgname=avra
|
||||||
|
version=1.4.2
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-makefile
|
||||||
|
short_desc="Assembler for the Atmel AVR microcontroller family"
|
||||||
|
maintainer="Artur Sinila <opensource@logarithmus.dev>"
|
||||||
|
license="GPL-2.0-or-later"
|
||||||
|
homepage="https://github.com/Ro5bert/avra"
|
||||||
|
distfiles="https://github.com/Ro5bert/${pkgname}/archive/${version}.tar.gz"
|
||||||
|
checksum=cc56837be973d1a102dc6936a0b7235a1d716c0f7cd053bf77e0620577cff986
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
CFLAGS="-DVERSION=\\\"$version\\\""
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue