diff options
Diffstat (limited to '_AUR/Makefile')
| -rw-r--r-- | _AUR/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/_AUR/Makefile b/_AUR/Makefile new file mode 100644 index 0000000..8def7c2 --- /dev/null +++ b/_AUR/Makefile @@ -0,0 +1,10 @@ +## SPDX-FileCopyrightText: 2022 M. Shulhan <ms@kilabit.info> +## SPDX-License-Identifier: GPL-3.0-or-later + +.PHONY: all release + +all: + makepkg -s + +release: + makepkg --printsrcinfo > .SRCINFO |
