Date: Saturday, January 18, 2020 @ 10:22:30 Author: shibumi Revision: 552968
archrelease: copy trunk to community-x86_64 Added: traefik/repos/community-x86_64/PKGBUILD (from rev 552967, traefik/trunk/PKGBUILD) Deleted: traefik/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2020-01-18 10:22:02 UTC (rev 552967) +++ PKGBUILD 2020-01-18 10:22:30 UTC (rev 552968) @@ -1,25 +0,0 @@ -# Maintainer : Christian Rebischke <chris.rebisc...@archlinux.org> - -pkgname=traefik -pkgver=2.1.1 -pkgrel=1 -pkgdesc="Simple tool for making locally-trusted development certificates" -arch=('x86_64') -url="https://containo.us/traefik/" -license=('MIT') -makedepends=('go-pie' 'git' 'go-bindata') -depends=('glibc') -source=("${pkgname}-${pkgver}.tar.gz::https://github.com/containous/traefik/releases/download/v${pkgver}/traefik-v${pkgver}.src.tar.gz") -sha512sums=('4ee2aa281030e93e70126c3cb143354f42d00df86895470d6e0536a774d32cebb55d20c1efd28985d8010ffabcad78e1837e849109c85a1f45959da95ea5e139') - -build() { - go generate - cd cmd/traefik - go build -trimpath -ldflags "-extldflags ${LDFLAGS}" -} - -package() { - install -Dm755 cmd/traefik/"${pkgname}" "${pkgdir}/usr/bin/${pkgname}" - install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" - install -Dm644 contrib/systemd/traefik.service "${pkgdir}/usr/lib/systemd/system/traefik.service" -} Copied: traefik/repos/community-x86_64/PKGBUILD (from rev 552967, traefik/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2020-01-18 10:22:30 UTC (rev 552968) @@ -0,0 +1,25 @@ +# Maintainer : Christian Rebischke <chris.rebisc...@archlinux.org> + +pkgname=traefik +pkgver=2.1.2 +pkgrel=1 +pkgdesc="Simple tool for making locally-trusted development certificates" +arch=('x86_64') +url="https://containo.us/traefik/" +license=('MIT') +makedepends=('go-pie' 'git' 'go-bindata') +depends=('glibc') +source=("${pkgname}-${pkgver}.tar.gz::https://github.com/containous/traefik/releases/download/v${pkgver}/traefik-v${pkgver}.src.tar.gz") +sha512sums=('e3ebc523f8f74188b8b5f5d60a8888a2684a5bc43ab859e2b8a3df43064889c4fa9b38209fa2969afa772e2c63a9d30ece31621b1e56e289069cfff1398e1abe') + +build() { + go generate + cd cmd/traefik + go build -trimpath -ldflags "-extldflags ${LDFLAGS}" +} + +package() { + install -Dm755 cmd/traefik/"${pkgname}" "${pkgdir}/usr/bin/${pkgname}" + install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" + install -Dm644 contrib/systemd/traefik.service "${pkgdir}/usr/lib/systemd/system/traefik.service" +}