VOOZH about

URL: https://wiki.archlinux.org/title/Init_package_guidelines_(Magyar)

⇱ Init package guidelines (Magyar) - ArchWiki


Jump to content
From ArchWiki
Arch package guidelines

32-bitCLRCMakeCrossDKMSEclipseElectronFontFree PascalGNOMEGoHaskellJavaKDEKernel modulesLispMesonMinGWNode.jsNonfreeOCamlPerlPHPPythonRRubyRust - SecurityShellVCSWebWine

This document covers standards and guidelines on writing PKGBUILDs for init scripts. eg openrcAUR

Package naming

For init scripts, use modulename-init.

example bluetooth-openrcAUR[Hibás hivatkozás: package not found] jellyfin-runitAUR

Note The package name should be entirely lowercase.

Architecture

See PKGBUILD#arch.

A init script should be architecture-independent.

Depends

all scripts should depend on it's init ie apparmor-openrcAUR[Hibás hivatkozás: package not found] requires openrc for it to work

Example packages