[arch-commits] Commit in yubikey-touch-detector/repos/community-x86_64 (2 files)
Maxim Baz
maximbaz at archlinux.org
Fri Aug 16 08:27:22 UTC 2019
Date: Friday, August 16, 2019 @ 08:27:22
Author: maximbaz
Revision: 499815
archrelease: copy trunk to community-x86_64
Added:
yubikey-touch-detector/repos/community-x86_64/PKGBUILD
(from rev 499814, yubikey-touch-detector/trunk/PKGBUILD)
Deleted:
yubikey-touch-detector/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-08-16 08:27:16 UTC (rev 499814)
+++ PKGBUILD 2019-08-16 08:27:22 UTC (rev 499815)
@@ -1,32 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-
-pkgname=yubikey-touch-detector
-pkgver=1.3.0
-pkgrel=2
-pkgdesc='A tool that can detect when your YubiKey is waiting for a touch'
-arch=('x86_64')
-url='https://github.com/maximbaz/yubikey-touch-detector'
-license=('MIT')
-depends=('glibc')
-makedepends=('go-pie' 'git')
-optdepends=('gnupg: for GPG'
- 'openssh: for SSH'
- 'pam-u2f: for U2F'
- 'libnotify: for desktop notifications')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
- "${pkgname}-${pkgver}.tar.gz.asc::${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.asc")
-sha256sums=('535241f2d9e293e110dbe39fb9faa6073f7114529d82039947454bfeeeb2579a'
- 'SKIP')
-validpgpkeys=('EB4F9E5A60D32232BB52150C12C87A28FEAC6B20')
-
-build() {
- cd "${pkgname}-${pkgver}"
- make build
-}
-
-package() {
- cd "${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=4 sw=4 et:
Copied: yubikey-touch-detector/repos/community-x86_64/PKGBUILD (from rev 499814, yubikey-touch-detector/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-08-16 08:27:22 UTC (rev 499815)
@@ -0,0 +1,32 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+pkgname=yubikey-touch-detector
+pkgver=1.3.0
+pkgrel=3
+pkgdesc='A tool that can detect when your YubiKey is waiting for a touch'
+arch=('x86_64')
+url='https://github.com/maximbaz/yubikey-touch-detector'
+license=('MIT')
+depends=('glibc')
+makedepends=('go-pie' 'git')
+optdepends=('gnupg: for GPG'
+ 'openssh: for SSH'
+ 'pam-u2f: for U2F'
+ 'libnotify: for desktop notifications')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
+ "${pkgname}-${pkgver}.tar.gz.asc::${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.asc")
+sha256sums=('535241f2d9e293e110dbe39fb9faa6073f7114529d82039947454bfeeeb2579a'
+ 'SKIP')
+validpgpkeys=('EB4F9E5A60D32232BB52150C12C87A28FEAC6B20')
+
+build() {
+ cd "${pkgname}-${pkgver}"
+ make build
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=4 sw=4 et:
More information about the arch-commits
mailing list