From bb601a12568b3b1f4445aad4ff33a3779b5a597e Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Thu, 2 Jan 2020 18:11:43 +0100 Subject: [PATCH] fix(x86_64/flucky): remove to initialize as submodule --- x86_64/flucky/.gitignore | 3 --- x86_64/flucky/PKGBUILD | 24 ------------------------ 2 files changed, 27 deletions(-) delete mode 100644 x86_64/flucky/.gitignore delete mode 100644 x86_64/flucky/PKGBUILD diff --git a/x86_64/flucky/.gitignore b/x86_64/flucky/.gitignore deleted file mode 100644 index 73e070b..0000000 --- a/x86_64/flucky/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -* -!.gitignore -!PKGBUILD \ No newline at end of file diff --git a/x86_64/flucky/PKGBUILD b/x86_64/flucky/PKGBUILD deleted file mode 100644 index 5414870..0000000 --- a/x86_64/flucky/PKGBUILD +++ /dev/null @@ -1,24 +0,0 @@ -# Maintainer: Markus Pesch - -pkgname=flucky -pkgver=v0.1.0 -pkgrel=3 -pkgdesc='A lightweight golang program to read values from different sensors' -arch=('x86_64') -url=https://github.com/volker-raschek/flucky -license=('Apache 2.0') -makedepends=('git' 'go' 'make') -source=("git+https://github.com/volker-raschek/flucky#tag=${pkgver}") -sha256sums=('SKIP') - -build() { - GOBIN=${HOME}/go/bin - PATH=$GOBIN:$PATH - go get -u github.com/go-bindata/go-bindata/... - make -C "${srcdir}/${pkgname}" bin/linux/amd64/${pkgname} VERSION=${pkgver} -} - -package() { - install -Dm4755 "${srcdir}/${pkgname}/bin/linux/amd64/flucky" "$pkgdir/usr/bin/flucky" - install -Dm644 "${srcdir}/${pkgname}/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} \ No newline at end of file