summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorThomas Kupper <thomas.kupper@gmail.com>2025-04-13 11:50:53 +0200
committerThomas Kupper <thomas.kupper@gmail.com>2025-04-13 11:59:18 +0200
commit1ce93fc396896a6481bfe734837aff4e8329dbac (patch)
treec517724ba6811cfda5efd1e70f23888144136f93 /scripts
parent494476e5f5816509e48a710c93d9594ff9e5c02b (diff)
downloadvyos-build-1ce93fc396896a6481bfe734837aff4e8329dbac.tar.gz
vyos-build-1ce93fc396896a6481bfe734837aff4e8329dbac.zip
vyos-build: T7357: add libnss-mapuser package
After renaming the package from libnss-mapuser to vyos-libnss-mapuser in T7336-new-package-name, the package is missing from scripts/package-build/. Adding it, taking libpam-radius-auth as an example. The dependency is taking from the Build-Depends field of the debian/control file of the libnss-mapuser package. Signed-off-by: Thomas Kupper <thomas.kupper@gmail.com>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/package-build/libnss-mapuser/.gitignore1
l---------scripts/package-build/libnss-mapuser/build.py1
-rw-r--r--scripts/package-build/libnss-mapuser/package.toml9
3 files changed, 11 insertions, 0 deletions
diff --git a/scripts/package-build/libnss-mapuser/.gitignore b/scripts/package-build/libnss-mapuser/.gitignore
new file mode 100644
index 00000000..15657c19
--- /dev/null
+++ b/scripts/package-build/libnss-mapuser/.gitignore
@@ -0,0 +1 @@
+/libnss-mapuser/
diff --git a/scripts/package-build/libnss-mapuser/build.py b/scripts/package-build/libnss-mapuser/build.py
new file mode 120000
index 00000000..3c76af73
--- /dev/null
+++ b/scripts/package-build/libnss-mapuser/build.py
@@ -0,0 +1 @@
+../build.py \ No newline at end of file
diff --git a/scripts/package-build/libnss-mapuser/package.toml b/scripts/package-build/libnss-mapuser/package.toml
new file mode 100644
index 00000000..20ff65b4
--- /dev/null
+++ b/scripts/package-build/libnss-mapuser/package.toml
@@ -0,0 +1,9 @@
+[[packages]]
+name = "libnss-mapuser"
+commit_id = "current"
+scm_url = "https://github.com/vyos/libnss-mapuser.git"
+
+[dependencies]
+packages = [
+ "libaudit-dev"
+]