A new PKGBUILD.
This commit is contained in:
parent
9e72398daa
commit
c56ef45ed1
30
build/archlinux/PKGBUILD
Normal file
30
build/archlinux/PKGBUILD
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
# Maintainer: Alexander "Arav" Andreev <me@arav.top>
|
||||||
|
pkgname=httpprocprobed
|
||||||
|
pkgver=2.0.0
|
||||||
|
pkgrel=1
|
||||||
|
pkgdesc="HTTPProcProbeD hands out an HTTP endpoint to get a status of processes."
|
||||||
|
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
|
||||||
|
url="https://git.arav.top/Arav/httpprocprobed"
|
||||||
|
license=('MIT')
|
||||||
|
groups=()
|
||||||
|
depends=()
|
||||||
|
makedepends=('go')
|
||||||
|
provides=('httpprocprobed')
|
||||||
|
conflicts=('httpprocprobed')
|
||||||
|
replaces=()
|
||||||
|
backup=('etc/httpprocprobed.conf')
|
||||||
|
options=()
|
||||||
|
install=
|
||||||
|
source=('https://git.arav.top/Arav/httpprocprobed/archive/1.4.0.tar.gz')
|
||||||
|
noextract=()
|
||||||
|
md5sums=('SKIP')
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd "$srcdir/$pkgname"
|
||||||
|
make DESTDIR="$pkgdir/"
|
||||||
|
}
|
||||||
|
|
||||||
|
package() {
|
||||||
|
cd "$srcdir/$pkgname"
|
||||||
|
make DESTDIR="$pkgdir/" install
|
||||||
|
}
|
@ -1,22 +0,0 @@
|
|||||||
# Maintainer: Alexander "Arav" Andreev <me@arav.top>
|
|
||||||
pkgname=httpprocwatchd
|
|
||||||
pkgver=1.3.2
|
|
||||||
pkgrel=1
|
|
||||||
pkgdesc="HTTPProcWatchD hands out an HTTP endpoint to see status of watched processes."
|
|
||||||
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
|
|
||||||
url="https://git.arav.top/Arav/httpprocwatchd"
|
|
||||||
license=('MIT')
|
|
||||||
source=('git+https://git.arav.top/Arav/httpprocwatchd.git')
|
|
||||||
md5sums=('SKIP')
|
|
||||||
makedepends=('go')
|
|
||||||
|
|
||||||
build() {
|
|
||||||
cd "$srcdir/$pkgname"
|
|
||||||
make DESTDIR="$pkgdir/"
|
|
||||||
}
|
|
||||||
|
|
||||||
package() {
|
|
||||||
cd "$srcdir/$pkgname"
|
|
||||||
make DESTDIR="$pkgdir/" install
|
|
||||||
make DESTDIR="$pkgdir/" install-service
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user