Date: Friday, July 8, 2022 @ 16:31:45
  Author: arojas
Revision: 1248714

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: wxsqlite3/repos/community-staging-x86_64/PKGBUILD (from rev 1248713, 
wxsqlite3/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-08 16:31:45 UTC (rev 1248714)
@@ -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.7.8
+pkgrel=2
+pkgdesc="wxWidgets wrapper for SQLite3"
+arch=('x86_64')
+url="https://utelle.github.io/wxsqlite3";
+license=('custom:LGPL-3.0+ with WxWindows-exception-3.1')
+depends=('wxwidgets-gtk3')
+source=($pkgname-$pkgver.tar.gz::https://github.com/utelle/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('f093881d91ae7a600999a879ecdfb98d2059a030541393acdddc8a49cc02c704')
+
+build() {
+  cd $pkgname-$pkgver
+
+  autoreconf
+  ./configure --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