drasl/build_config.go
2024-12-28 21:07:32 -05:00

15 lines
356 B
Go

package main
// Build constants
const VERSION = "3.0.0"
const REPOSITORY_URL = "https://github.com/unmojang/drasl"
const LICENSE = "GPLv3"
const LICENSE_URL = "https://www.gnu.org/licenses/gpl-3.0.en.html"
const DEFAULT_DATA_DIRECTORY = "/usr/share/drasl"
const DEFAULT_STATE_DIRECTORY = "/var/lib/drasl"
const DEFAULT_CONFIG_DIRECTORY = "/etc/drasl"