summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3ece1d0770db9ceb0ac1edea941536101c6a2598 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>

pkgname=statusok-bin
pkgver=0.1.1
pkgrel=1
pkgdesc="Monitor your Website and APIs from your Computer. Get Notified through Slack, E-mail when your server is down or response time is more than expected"
arch=('x86_64')
url='https://github.com/sanathp/statusok'
license=('Apache')
provides=("${pkgname%-bin}")
depends=('glibc')
source=("${pkgname}-${pkgver}.zip::${url}/releases/download/${pkgver}/statusok_linux.zip")
sha256sums=('d8eebddf6fefe19a80f5a40e4a8f8167325752c9e0aae07a7814630c1b269fa5')

package() {
  install -Dm755 "${srcdir}/statusok_linux/${pkgname%-bin}" \
   "${pkgdir}/usr/bin/${pkgname%-bin}"
}