From 20e56172f3d14afbc50842b1f9f7d0f6c2c95530 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 11 Apr 2022 04:22:05 +0200 Subject: aur: 2.0-1 --- .SRCINFO | 8 ++++---- PKGBUILD | 16 +++++++--------- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index ac0d095..8b7615c 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = linux-status - pkgdesc = Simple Linux status web page - pkgver = 1.2 - pkgrel = 2 + pkgdesc = Simple Linux server monitoring + pkgver = 2.0 + pkgrel = 1 url = https://github.com/egor-tensin/linux-status install = linux-status.install arch = any @@ -9,7 +9,7 @@ pkgbase = linux-status depends = procps-ng depends = python depends = systemd - source = linux-status-1.2.tar.gz::https://github.com/egor-tensin/linux-status/archive/v1.2.tar.gz + source = linux-status-2.0.tar.gz::https://github.com/egor-tensin/linux-status/archive/v2.0.tar.gz md5sums = SKIP pkgname = linux-status diff --git a/PKGBUILD b/PKGBUILD index c7901ef..75b874b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Egor Tensin pkgname=linux-status -pkgver=1.2 -pkgrel=2 -pkgdesc='Simple Linux status web page' +pkgver=2.0 +pkgrel=1 +pkgdesc='Simple Linux server monitoring' arch=(any) url='https://github.com/egor-tensin/linux-status' license=(MIT) @@ -21,14 +21,12 @@ package() { install -D -m 0644 -t "$pkgdir/usr/share/linux-status" LICENSE.txt install -D -m 0644 -t "$pkgdir/usr/share/doc/linux-status" README.md - find img -type f -exec install -D -m 0644 -t "$pkgdir/srv/linux-status/img" {} ';' + install -D -m 0644 -t "$pkgdir/usr/share/doc/linux-status/doc" doc/example.png - install -D -m 0755 -t "$pkgdir/srv/linux-status" app.py - install -D -m 0755 -t "$pkgdir/srv/linux-status" server.py + install -D -m 0755 -t "$pkgdir/srv/linux-status" src/app.py + install -D -m 0755 -t "$pkgdir/srv/linux-status" src/server.py - install -D -m 0644 -t "$pkgdir/srv/linux-status" index.html - find css -type f -exec install -D -m 0644 -t "$pkgdir/srv/linux-status/css" {} ';' - find js -type f -exec install -D -m 0644 -t "$pkgdir/srv/linux-status/js" {} ';' + cp -dr --preserve=mode,timestamp html "$pkgdir/srv/linux-status" install -D -m 0644 -t "$pkgdir/usr/lib/systemd/system" dist/systemd/linux-status.service } -- cgit v1.2.3