[arch-commits] Commit in simavr/repos/community-x86_64 (PKGBUILD PKGBUILD)

David Runge dvzrv at gemini.archlinux.org
Thu Dec 30 11:42:23 UTC 2021


    Date: Thursday, December 30, 2021 @ 11:42:23
  Author: dvzrv
Revision: 1088161

archrelease: copy trunk to community-x86_64

Added:
  simavr/repos/community-x86_64/PKGBUILD
    (from rev 1088160, simavr/trunk/PKGBUILD)
Deleted:
  simavr/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-30 11:42:11 UTC (rev 1088160)
+++ PKGBUILD	2021-12-30 11:42:23 UTC (rev 1088161)
@@ -1,29 +0,0 @@
-# Maintainer: schuay <jakob.gruber at gmail.com>
-
-pkgname=simavr
-pkgver=1.7
-pkgrel=1
-pkgdesc='A lean, mean and hackable AVR simulator'
-arch=('x86_64')
-url="https://github.com/buserror-uk/simavr"
-license=('GPL3')
-depends=('elfutils' 'glu')
-makedepends=('avr-libc' 'git' 'freeglut')
-_pkghash=1d227277b3d0039f9faef9ea62880ca3051b14f8
-source=("${pkgname}::git+https://github.com/buserror-uk/simavr.git#commit=${_pkghash}")
-options=(!strip)
-md5sums=('SKIP')
-
-build() {
-  cd "$srcdir/$pkgname"
-
-  make AVR_ROOT=/usr/avr RELEASE=1 \
-      CFLAGS="-Wall -Wextra -fPIC -O2 -std=gnu99 -Wno-sign-compare -Wno-unused-parameter" \
-      build-simavr
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  make PREFIX="/usr" DESTDIR="$pkgdir/usr" install
-}
-

Copied: simavr/repos/community-x86_64/PKGBUILD (from rev 1088160, simavr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-30 11:42:23 UTC (rev 1088161)
@@ -0,0 +1,29 @@
+# Maintainer: schuay <jakob.gruber at gmail.com>
+
+pkgname=simavr
+pkgver=1.7
+pkgrel=2
+pkgdesc='A lean, mean and hackable AVR simulator'
+arch=('x86_64')
+url="https://github.com/buserror-uk/simavr"
+license=('GPL3')
+depends=('elfutils' 'glu')
+makedepends=('avr-libc' 'git' 'freeglut')
+_pkghash=1d227277b3d0039f9faef9ea62880ca3051b14f8
+source=("${pkgname}::git+https://github.com/buserror-uk/simavr.git#commit=${_pkghash}")
+options=(!strip)
+md5sums=('SKIP')
+
+build() {
+  cd "$srcdir/$pkgname"
+
+  make AVR_ROOT=/usr/avr RELEASE=1 \
+      CFLAGS="-Wall -Wextra -fPIC -O2 -std=gnu99 -Wno-sign-compare -Wno-unused-parameter" \
+      build-simavr
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make PREFIX="/usr" DESTDIR="$pkgdir/usr" install
+}
+



More information about the arch-commits mailing list