xbps-make: Add maintainer option

This commit is contained in:
PedroEdiaz
2024-07-20 13:22:54 +00:00
parent a62437dcf6
commit f972174165

View File

@@ -1,4 +1,6 @@
# VARIABLES
USER= `git config --get user.name`
MAIL= `git config --get user.email`
ARCH=x86_64-musl
CACHEDIR = ${XDG_CACHE_HOME}/xbps-make
BUILDDIR = ${XDG_RUNTIME_DIR}/xbps-make
@@ -32,6 +34,8 @@ ${CACHEDIR}/${package}.src: ${CACHEDIR}
${CACHEDIR}/${package}.xbps: ${CACHEDIR} ${BUILDDIR}/root
xbps-create \
-A ${ARCH} \
-B xbps-make_0 \
-m "${USER} <${MAIL}>" \
-n ${package}-${pkgver} \
-s "${description}" \
-C "${conflicts}" \