service: dropped unmaintained port

This commit is contained in:
Tim Biermann 2021-01-30 15:29:12 +00:00
parent 796c19870f
commit c7936d5d46
3 changed files with 0 additions and 29 deletions

View File

@ -1,6 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/bash-completion/
-rwxr-xr-x root/root usr/lib/bash-completion/service_completions
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/service

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/b+tS6aygjuHs2vN8vQcSD42sklf5tONs2O1jF6DU4kZUhQJo12OQ4Md5R7Sf1r4fBj2/WtuWJxEIiRs5cyyrQA=
SHA256 (Pkgfile) = 59d5839d10372df23390a0676aa3f311fd8890bce426a7bda820aaedbc6b1ddf
SHA256 (.footprint) = fd361a051339216b4f5a45839b87a17120cd32a9b193353bf6f70eb9b331cee6
SHA256 (service-0.2.tar.gz) = c367e8ee8e9f7f4009b421b991dcf0a6dcc5dcec991dadaea370ab09d5b8b88e

View File

@ -1,18 +0,0 @@
# Description: Wrapper for starting/stopping services, with completion
# URL: http:///www.varlock.com
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Depends on: bash-completion
name=service
version=0.2
release=1
source=(http://www.varlock.com/files/$name-$version.tar.gz)
build() {
cd $name-$version
mkdir -p $PKG/usr/sbin
install -m 755 $name $PKG/usr/sbin
mkdir -p $PKG/usr/lib/bash-completion
install -m 755 ${name}_completions $PKG/usr/lib/bash-completion
}