MESSAGE
DATE | 2020-10-20 |
FROM | cromer--- via artix-general
|
SUBJECT | Re: [Hangout - NYLXS] [artix-general] runit service scripts for ly
|
Thanks for the PKGBUILD, I recommend that you upload it to the AUR.
However we won't add it to Artix's repos. The reason is that ly is not a package in arch or artix repos. It is only in the AUR. We don't support the AUR and we don't add init scripts for things that are in the AUR. We only add init scripts for things that are in the artix/arch repos.
Chris Cromer Artix Linux Developer
Sent from BlueMail
On Oct 19, 2020, 11:58 PM, at 11:58 PM, Kian Kasad via artix-general wrote: >I just started using the ly TUI display manager so I created service >scripts for runit. PKGBUILD is below and all required files are in an >attached tarball. >I couldn't figure out what I should put for URL so I left that blank. > >- Kian Kasad > >PKGBUILD: > ># Maintainer: Kian Kasad >pkgname=ly-runit >pkgver=20201019 >pkgrel=1 >pkgdesc="runit service scripts for ly" >arch=('any') >url="" >license=('custom:WTFPL') >groups=('runit-galaxy') >depends=() >provides=('ly-runscripts') >replaces=('ly-runscripts') >source=('ly.run' > 'ly.conf' > 'ly.finish') >sha256sums=('eda1c676bbab263b37e3c2414a437005e4efb2269a1c187d68c6f9f121d3f18f' > '3fad07e85d2154f06a049c3066e627e376794c307916662d973997d38841bc78' > 'cc27bfd1c9da1fe152a99f90aad97eac07da4c8a6ffa599f32e85874d64cdfe7') > >package() { > cd "$srcdir" > > install -TDm644 ly.conf "$pkgdir/etc/runit/sv/ly/conf" > install -TDm755 ly.run "$pkgdir/etc/runit/sv/ly/run" > install -TDm755 ly.finish "$pkgdir/etc/runit/sv/ly/finish" >} > > >------------------------------------------------------------------------ > >-- >artix-general mailing list >artix-general-at-artixlinux.org >https://lists.artixlinux.org/listinfo/artix-general
-- artix-general mailing list artix-general-at-artixlinux.org https://lists.artixlinux.org/listinfo/artix-general _______________________________________________ Hangout mailing list Hangout-at-nylxs.com http://lists.mrbrklyn.com/mailman/listinfo/hangout
|
|