From a231ffb8d5e49cff8401137b89233d4f51c7f802 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 23 Feb 2025 21:02:09 +0100 Subject: change license, replace info with man, simplify makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- dist/archlinux/stable/PKGBUILD | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 dist/archlinux/stable/PKGBUILD (limited to 'dist/archlinux/stable') diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD deleted file mode 100644 index 4e540a5..0000000 --- a/dist/archlinux/stable/PKGBUILD +++ /dev/null @@ -1,23 +0,0 @@ -# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org> -pkgname=sysrss -pkgver=2.1 -pkgrel=1 -pkgdesc="Let your system generate a maintenance notification RSS" -arch=('any') -url="https://github.com/maandree/sysrss" -license=('GPL3') -depends=('python>=3' 'util-linux') -provides=('sysrss') -conflicts=('sysrss') -source=(https://github.com/maandree/sysrss/tarball/2.1) -md5sums=(45a3031610f52df3ec418fef206dc8dc) - -build() { - cd maandree-sysrss-* - make -B DESTDIR="$pkgdir/" -} - -package() { - cd maandree-sysrss-* - make DESTDIR="$pkgdir/" install -} -- cgit v1.2.3-70-g09d2