shell-makefile-template/options.mk
2023-07-05 22:47:22 +02:00

9 lines
775 B
Makefile

NAME = "my-awesome-program"# Program name here. It will be added to the PKGBUILD automatically.
DESC = "My awesome description here"# Program description here. It will be added to the PKGBUILD automatically.
URL = "https://git.example.com/me/my-awesome-program"# URL to the program here. It will be added to the PKGBUILD automatically.
LICENSE = "GPL"# License of the program. It will be added to the PKGBUILD automatically.
VER = "0.1"# The version number here. It will be added to the PKGBUILD automatically.
DEPENDENCIES = ""# Dependencies for the program. It will be added to the PKGBUILD automatically.
GROUPS = ""# Groups the program is part of. It will be added to the PKGBUILD automatically.
PREFIX = "/usr"# Prefix