correct source

This commit is contained in:
joborun linux 2023-12-09 02:05:55 +02:00
parent a9e9895670
commit 29a9e59bb8
2 changed files with 15 additions and 9 deletions

View file

@ -6,15 +6,14 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=runit-service-scripts
pkgver=20231208
pkgrel=01
pkgdesc="A collection of services for runit - similar to Artix Linux"
pkgver=20231208
pkgrel=01
pkgdesc="A collection of services for runit"
groups=(base)
backup=("etc/runit/sv/" "etc/runit/runsvdir/default/")
makedepends=(bash)
url="https://osdn.net/projects/joborun/storage"
#source=($url/tarballs/runit-sv4.tar.xz)
source=(runit-sv5.tar.xz
backup=("etc/runit/sv/" "etc/runit/runsvdir/default/")
makedepends=(bash)
url="https://git.disroot.org/joborun-pkg/repos/raw/branch/main"
source=($url/runit-sv5.tar.xz
rss.install)
install=rss.install
@ -37,4 +36,5 @@ license=(GPL)
sha256sums=(52e8d824791e61241786a4ef2c0c635d1e912bdf914e488cd54440bf90f1b7bc # runit-sv5.tar.xz
0a694ad6441cf83ea14d52a5eca1ace303e4870336a45a1ebce19a2c17689796) # rss.install
## 2d5793debd21bd58f4c04148bb1e4b12e4625fb347bac46703abcf3e50883c09 runit-service-scripts-20231208-01-x86_64.pkg.tar.lz
## 04fcf26845ac46de8bd1e97e6efbb7187eea8778325f6b2bfa1c5b656b678542 runit-service-scripts-20231208-01-x86_64.pkg.tar.lz

View file

@ -0,0 +1,6 @@
Since osdn died we moved the source to git.disroot.org repository
The true source of those service scripts are not really known, they have floated around
distributions that used runit, void developed them more, artix adopted them from void,
and we have made our best attempt to refine them as well. The beauty of open free software.
Thanks to the users and sysadmins who have also contributed to this library resource.