Date: Sunday, March 12, 2023 @ 15:18:35
Author: jelle
Revision: 1419311
archrelease: copy trunk to community-x86_64
Added:
nsgenbind/repos/community-x86_64/PKGBUILD
(from rev 1419310, nsgenbind/trunk/PKGBUILD)
Deleted:
nsgenbind/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-12 15:18:28 UTC (rev 1419310)
+++ PKGBUILD 2023-03-12 15:18:35 UTC (rev 1419311)
@@ -1,24 +0,0 @@
-# Maintainer: Alexander F. Rødseth <[email protected]>
-# Contributor: Marian Buschsieweke <[email protected]>
-
-pkgname=nsgenbind
-pkgver=0.8
-pkgrel=2
-pkgdesc='NetSurf JavaScript binding generator'
-arch=(x86_64)
-url='https://git.netsurf-browser.org/nsgenbind.git'
-license=(GPL)
-makedepends=(git netsurf-buildsystem)
-source=("git+$url#commit=80b091eb2456edc3f28d5ca0764f3e07a3bd107c") # tag:
release/0.8
-md5sums=('SKIP')
-
-build() {
- make -C $pkgname PREFIX=/usr
-}
-
-package() {
- make -C $pkgname install PREFIX=/usr DESTDIR="$pkgdir"
-}
-
-# getver: git.netsurf-browser.org/nsgenbind.git/plain/Makefile
-# vim: ts=2 sw=2 et:
Copied: nsgenbind/repos/community-x86_64/PKGBUILD (from rev 1419310,
nsgenbind/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-12 15:18:35 UTC (rev 1419311)
@@ -0,0 +1,24 @@
+# Maintainer: Alexander F. Rødseth <[email protected]>
+# Contributor: Marian Buschsieweke <[email protected]>
+
+pkgname=nsgenbind
+pkgver=0.8
+pkgrel=3
+pkgdesc='NetSurf JavaScript binding generator'
+arch=(x86_64)
+url='https://git.netsurf-browser.org/nsgenbind.git'
+license=(GPL)
+makedepends=(git netsurf-buildsystem)
+source=("git+$url#commit=80b091eb2456edc3f28d5ca0764f3e07a3bd107c") # tag:
release/0.8
+md5sums=('SKIP')
+
+build() {
+ make -C $pkgname PREFIX=/usr
+}
+
+package() {
+ make -C $pkgname install PREFIX=/usr DESTDIR="$pkgdir"
+}
+
+# getver: git.netsurf-browser.org/nsgenbind.git/plain/Makefile
+# vim: ts=2 sw=2 et: