This commit is contained in:
speedie 2023-07-05 22:47:22 +02:00
parent 5ec5f0b5be
commit df730ea5f4

View file

@ -1,8 +1,8 @@
NAME = my-awesome-program # Program name here. It will be added to the PKGBUILD automatically.
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.
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