From 6fc3bdba27bc854c01108cc4c54086407a2daeb9 Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Tue, 24 Oct 2023 21:34:46 -0400 Subject: Remove localports that I build from source now --- localports/ppucciniest-playground/APKBUILD | 29 ---------------------- .../ppucciniest-playground.initd | 11 -------- .../ppucciniest-playground.post-deinstall | 6 ----- .../ppucciniest-playground.pre-install | 7 ------ 4 files changed, 53 deletions(-) delete mode 100644 localports/ppucciniest-playground/APKBUILD delete mode 100755 localports/ppucciniest-playground/ppucciniest-playground.initd delete mode 100644 localports/ppucciniest-playground/ppucciniest-playground.post-deinstall delete mode 100755 localports/ppucciniest-playground/ppucciniest-playground.pre-install (limited to 'localports/ppucciniest-playground') diff --git a/localports/ppucciniest-playground/APKBUILD b/localports/ppucciniest-playground/APKBUILD deleted file mode 100644 index 526728a..0000000 --- a/localports/ppucciniest-playground/APKBUILD +++ /dev/null @@ -1,29 +0,0 @@ -# Contributor: Sam Nystrom -# Maintainer: Sam Nystrom -pkgname=ppucciniest-playground -pkgver=0.1.0 -pkgrel=0 -pkgdesc="An online playground for ppucciniest" -url="https://git.sr.ht/~stonks3141/ppucciniest-playground" -arch="all" -license="AGPL-3.0-or-later" -depends="ppucciniest" -makedepends="go" -options="!check" # no tests -install="$pkgname.pre-install $pkgname.post-deinstall" -subpackages="$pkgname-openrc" -source="$pkgname-$pkgver.tar.gz::https://git.sr.ht/~stonks3141/ppucciniest-playground/archive/$pkgver.tar.gz - $pkgname.initd" - -build() { - go build -} - -package() { - install -Dm755 ./ppucciniest-playground "$pkgdir"/usr/bin/ppucciniest-playground - install -Dm755 -D "$srcdir"/$pkgname.initd "$pkgdir"/etc/init.d/$pkgname -} -sha512sums=" -fde9d38730f42a11900542830fb29afe8adb36b2a5b50dec347e34371dbea1b0ff93d7bcb6939def814a8a597d8bd7467e952d3bf86e0ceb418e564296bae80e ppucciniest-playground-0.1.0.tar.gz -af60e6980ce7e44ae5a716ed19e84c3ddcc7e401b7b9c50e4f4093e69ad91bdfb249cbcca1be0813cf6b5e15a35219ab468326fae13b480272a9cecfd679f7cd ppucciniest-playground.initd -" diff --git a/localports/ppucciniest-playground/ppucciniest-playground.initd b/localports/ppucciniest-playground/ppucciniest-playground.initd deleted file mode 100755 index f9f31e3..0000000 --- a/localports/ppucciniest-playground/ppucciniest-playground.initd +++ /dev/null @@ -1,11 +0,0 @@ -#!/sbin/openrc-run - -name="ppucciniest-playground" -description="An online playground for ppucciniest" -supervisor=supervise-daemon -command="/usr/bin/$name" -command_user="ppucciniest_playground:ppucciniest_playground" - -depend() { - need net -} diff --git a/localports/ppucciniest-playground/ppucciniest-playground.post-deinstall b/localports/ppucciniest-playground/ppucciniest-playground.post-deinstall deleted file mode 100644 index 8b13986..0000000 --- a/localports/ppucciniest-playground/ppucciniest-playground.post-deinstall +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -delgroup ppucciniest_playground 2>/dev/null -deluser ppucciniest_playground 2>/dev/null - -exit 0 diff --git a/localports/ppucciniest-playground/ppucciniest-playground.pre-install b/localports/ppucciniest-playground/ppucciniest-playground.pre-install deleted file mode 100755 index 29b6997..0000000 --- a/localports/ppucciniest-playground/ppucciniest-playground.pre-install +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -addgroup -S ppucciniest_playground 2>/dev/null -adduser -SDs/sbin/nologin -Gppucciniest_playground -gppucciniest_playground \ - ppucciniest_playground ppucciniest_playground 2>/dev/null - -exit 0 -- cgit v1.2.3