Date: Monday, March 25, 2019 @ 09:22:36
  Author: arojas
Revision: 443438

archrelease: copy trunk to community-staging-x86_64

Added:
  wxsqlite3/repos/community-staging-x86_64/
  wxsqlite3/repos/community-staging-x86_64/PKGBUILD
    (from rev 443437, wxsqlite3/trunk/PKGBUILD)

----------+
 PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

Copied: wxsqlite3/repos/community-staging-x86_64/PKGBUILD (from rev 443437, 
wxsqlite3/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-25 09:22:36 UTC (rev 443438)
@@ -0,0 +1,32 @@
+# Maintainer : Jaroslav Lichtblau <[email protected]>
+# Contributor: speps <speps at aur dot archlinux dot org>
+# Contributor: napa3um <[email protected]>
+# Contributor: Scott Furry <[email protected]>
+
+pkgname=wxsqlite3
+pkgver=4.4.1
+pkgrel=2
+pkgdesc="wxWidgets wrapper for SQLite3"
+arch=('x86_64')
+url="https://utelle.github.io/wxsqlite3";
+license=('custom:wxWindows')
+depends=('wxgtk3')
+source=($pkgname-$pkgver.tar.gz::https://github.com/utelle/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('4cadb1f99558bdffa00090d146d78d7add24e5f2289807dbde6f816555ee57f0')
+
+build() {
+  cd $pkgname-$pkgver
+
+  autoreconf
+  ./configure --with-wx-config=/usr/bin/wx-config-gtk3 --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+# license
+  install -Dm644 LICENCE.txt "${pkgdir}"/usr/share/licenses/$pkgname/LICENCE
+}

Reply via email to