summaryrefslogtreecommitdiff
path: root/scripts/package-build/pam_tacplus/package.toml
diff options
context:
space:
mode:
authordd <dd@wx.tnyzeq.icu>2024-11-22 10:00:11 +0100
committerdd <dd@wx.tnyzeq.icu>2024-11-22 10:00:11 +0100
commit0a9ad3eaac2e9bf17a245060b4dd9c77c3a6bed3 (patch)
treec276f246e80c692746f6ecc9ac9cc2f9a1b51535 /scripts/package-build/pam_tacplus/package.toml
parentb3bf744327ec130beec7d14aa5d20fd28871612e (diff)
parent50f8304f92033525b780d9c290b9ea93529b8644 (diff)
downloadvyos-build-current.tar.gz
vyos-build-current.zip
Merge branch 'vyos:current' into currentHEADcurrent
Diffstat (limited to 'scripts/package-build/pam_tacplus/package.toml')
-rw-r--r--scripts/package-build/pam_tacplus/package.toml19
1 files changed, 0 insertions, 19 deletions
diff --git a/scripts/package-build/pam_tacplus/package.toml b/scripts/package-build/pam_tacplus/package.toml
deleted file mode 100644
index 79b28544..00000000
--- a/scripts/package-build/pam_tacplus/package.toml
+++ /dev/null
@@ -1,19 +0,0 @@
-[[packages]]
-name = "pam_tacplus-debian"
-commit_id = "50c6fd7"
-scm_url = "https://github.com/kravietz/pam_tacplus-debian"
-build_cmd = "/bin/true"
-
-[[packages]]
-name = "pam_tacplus"
-#commit_id = "4f91b0d" # This commit cannot build the package
-commit_id = "b839c44"
-scm_url = "https://github.com/kravietz/pam_tacplus"
-
-#build_cmd = "sudo mk-build-deps --install --tool 'apt-get --yes --no-install-recommends'; cd ..; ./build.sh"
-build_cmd = """
-cp -a ../pam_tacplus-debian debian
-rm -f debian/compat
-sudo mk-build-deps --install --tool 'apt-get --yes --no-install-recommends'
-dpkg-buildpackage -uc -us -tc -b -d
-"""