Remove distro-specific build files
This commit is contained in:
parent
855c5526f6
commit
d2e17c8d49
21
APKBUILD
21
APKBUILD
@ -1,21 +0,0 @@
|
|||||||
# Contributor: Disassembler <disassembler@dasm.cz>
|
|
||||||
# Maintainer: Disassembler <disassembler@dasm.cz>
|
|
||||||
pkgname=spoc
|
|
||||||
pkgver=2.0.0
|
|
||||||
pkgrel=0
|
|
||||||
pkgdesc="SPOC application and container manager"
|
|
||||||
url="https://spotter.vm/"
|
|
||||||
arch="noarch"
|
|
||||||
license="GPL"
|
|
||||||
depends="podman python3 py3-requests"
|
|
||||||
options="!check !strip"
|
|
||||||
|
|
||||||
build() {
|
|
||||||
return 0
|
|
||||||
}
|
|
||||||
|
|
||||||
package() {
|
|
||||||
mkdir -p ${pkgdir}
|
|
||||||
cp -rp etc ${pkgdir}
|
|
||||||
cp -rp usr ${pkgdir}
|
|
||||||
}
|
|
@ -1,15 +0,0 @@
|
|||||||
#!/sbin/openrc-run
|
|
||||||
|
|
||||||
description="SPOC"
|
|
||||||
|
|
||||||
depend() {
|
|
||||||
need podman
|
|
||||||
}
|
|
||||||
|
|
||||||
start() {
|
|
||||||
/usr/bin/spoc start-autostarted
|
|
||||||
}
|
|
||||||
|
|
||||||
stop() {
|
|
||||||
/usr/bin/spoc stop-all
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user