Date: Friday, March 3, 2023 @ 16:40:28
  Author: tpowa
Revision: 470183

archrelease: copy trunk to testing-any

Added:
  hwdata/repos/testing-any/
  hwdata/repos/testing-any/PKGBUILD
    (from rev 470182, hwdata/trunk/PKGBUILD)
  hwdata/repos/testing-any/keys/

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

Copied: hwdata/repos/testing-any/PKGBUILD (from rev 470182, 
hwdata/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD                                (rev 0)
+++ testing-any/PKGBUILD        2023-03-03 16:40:28 UTC (rev 470183)
@@ -0,0 +1,23 @@
+# Maintainer: Tobias Powalowski <[email protected]>
+pkgname=hwdata
+pkgver=0.368
+pkgrel=1
+pkgdesc="hardware identification databases"
+makedepends=('git')
+replaces=('hwids')
+url=https://github.com/vcrhonek/hwdata
+license=('GPL2')
+arch=('any')
+source=("git+https://github.com/vcrhonek/hwdata.git#tag=v${pkgver}?signed";)
+validpgpkeys=('3C40194FB79138CE0F78FD4919C2F062574F5403') # Vitezslav Crhonek
+sha256sums=('SKIP')
+
+build() {
+  cd ${pkgname}
+  ./configure --prefix=/usr --disable-blacklist
+}
+
+package() {
+  cd ${pkgname}
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to