Date: Wednesday, April 27, 2022 @ 16:32:38 Author: jelle Revision: 1191260
archrelease: copy trunk to community-x86_64 Added: ssh-key-confirmer/repos/community-x86_64/PKGBUILD (from rev 1191259, ssh-key-confirmer/trunk/PKGBUILD) Deleted: ssh-key-confirmer/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 62 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 31 insertions(+), 31 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2022-04-27 16:32:33 UTC (rev 1191259) +++ PKGBUILD 2022-04-27 16:32:38 UTC (rev 1191260) @@ -1,31 +0,0 @@ -# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org> - -pkgname=ssh-key-confirmer -pkgver=0.1 -pkgrel=1 -pkgdesc='Test ssh login key acceptance without having the private key' -url='https://github.com/benjojo/ssh-key-confirmer' -arch=('x86_64') -license=('MIT') -makedepends=('go') -source=(https://github.com/benjojo/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz) -b2sums=('40d339e77a476f137eafc8b3b41880c05646cb58ef184d8ecde1f194148e23827ebec94555cc371769573823829f8a9333df7f79edcb3c7d91b4bc28a4068aee') - -build() { - cd ${pkgname}-${pkgver} - export CGO_CPPFLAGS="${CPPFLAGS}" - export CGO_CFLAGS="${CFLAGS}" - export CGO_CXXFLAGS="${CXXFLAGS}" - export CGO_LDFLAGS="${LDFLAGS}" - export GOFLAGS="-buildmode=pie -ldflags=-linkmode=external -trimpath -mod=readonly -modcacherw" - go build -o ssh-key-confirmer . -} - -package() { - cd ${pkgname}-${pkgver} - install -Dm755 ssh-key-confirmer -t "${pkgdir}/usr/bin" - install -Dm644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}" - install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}" -} - -# vim: ts=2 sw=2 et: Copied: ssh-key-confirmer/repos/community-x86_64/PKGBUILD (from rev 1191259, ssh-key-confirmer/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2022-04-27 16:32:38 UTC (rev 1191260) @@ -0,0 +1,31 @@ +# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org> + +pkgname=ssh-key-confirmer +pkgver=0.1 +pkgrel=2 +pkgdesc='Test ssh login key acceptance without having the private key' +url='https://github.com/benjojo/ssh-key-confirmer' +arch=('x86_64') +license=('MIT') +makedepends=('go') +source=(https://github.com/benjojo/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz) +b2sums=('40d339e77a476f137eafc8b3b41880c05646cb58ef184d8ecde1f194148e23827ebec94555cc371769573823829f8a9333df7f79edcb3c7d91b4bc28a4068aee') + +build() { + cd ${pkgname}-${pkgver} + export CGO_CPPFLAGS="${CPPFLAGS}" + export CGO_CFLAGS="${CFLAGS}" + export CGO_CXXFLAGS="${CXXFLAGS}" + export CGO_LDFLAGS="${LDFLAGS}" + export GOFLAGS="-buildmode=pie -ldflags=-linkmode=external -trimpath -mod=readonly -modcacherw" + go build -o ssh-key-confirmer . +} + +package() { + cd ${pkgname}-${pkgver} + install -Dm755 ssh-key-confirmer -t "${pkgdir}/usr/bin" + install -Dm644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}" + install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}" +} + +# vim: ts=2 sw=2 et: