rm(x86_64/flucky): merged to any

This commit is contained in:
Markus Pesch 2020-08-02 17:23:35 +02:00
parent d7dcd7928e
commit e4210453b5
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
4 changed files with 0 additions and 32 deletions

4
.gitmodules vendored
View File

@ -1,7 +1,3 @@
[submodule "x86_64/flucky"]
path = x86_64/flucky
url = ssh://aur@aur.archlinux.org/flucky.git
branch = master
[submodule "x86_64/rpm-builder"]
path = x86_64/rpm-builder
url = ssh://aur@aur.archlinux.org/rpm-builder.git

View File

@ -1,3 +0,0 @@
*
!.gitignore
!PKGBUILD

View File

@ -1,24 +0,0 @@
# Maintainer: Markus Pesch <markus.pesch@cryptic.systems>
pkgname=flucky
pkgver=v0.1.0
pkgrel=3
pkgdesc='A lightweight golang program to read values from different sensors'
arch=('armv7' 'armv7h' 'armv7l')
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/arm/7/${pkgname} VERSION=${pkgver}
}
package() {
install -Dm4755 "${srcdir}/${pkgname}/bin/linux/arm/7/${pkgname}" "$pkgdir/usr/bin/flucky"
install -Dm644 "${srcdir}/${pkgname}/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}

@ -1 +0,0 @@
Subproject commit 959250a08b155601ef3a0bee02d453a9babbcabd