diff --git a/options.mk b/options.mk index 8c36679..2ca43f9 100644 --- a/options.mk +++ b/options.mk @@ -1,8 +1,8 @@ -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 +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