* add support for systemd, OpenRC, SysVinit, and Dinit * add automatic init-system detection through CMake * make libsystemd optional for non-systemd builds * add native service definitions for all supported init systems * add Gentoo ebuild and Alpine APKBUILD packaging support * publish the official BastionGuard source repository * update the README with supported distributions, init systems, repository information, and build documentation
22 lines
1,008 B
XML
22 lines
1,008 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>info@bastionguard.eu</email>
|
|
<name>BastionGuard</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
BastionGuard is a desktop security control plane that integrates malware,
|
|
phishing, ransomware, USB, privacy, backup and secure-connection services.
|
|
</longdescription>
|
|
<use>
|
|
<flag name="cef">Build and install the embedded Chromium Embedded Framework runtime.</flag>
|
|
<flag name="secure-connection">Build the BastionGuard Secure Connection component and bsc-daemon.</flag>
|
|
<flag name="dinit">Install Dinit service descriptions instead of OpenRC scripts.</flag>
|
|
<flag name="sysvinit">Install SysVinit scripts instead of OpenRC scripts.</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="gitea">specialworld83/BastionGuard</remote-id>
|
|
<bugs-to>mailto:info@bastionguard.eu</bugs-to>
|
|
</upstream>
|
|
</pkgmetadata>
|