Add pbin digest update hook

This commit is contained in:
Your Name 2016-10-03 12:27:37 +02:00
parent c168d0b772
commit 1417ed23e6
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
#!/bin/bash
source "${PALUDIS_EBUILD_DIR}/echo_functions.bash"
_my_pbin_repo="hasufell-binhost"
if [[ ${CAVE_PERFORM_CMDLINE_destination} == ${_my_pbin_repo} ]] ; then
_mypn=${TARGET%%:*}
_mypn=${_mypn%-*}
einfo "Updating ${_mypn} digest in ${_my_pbin_repo}"
cave digest ${_mypn} ${_my_pbin_repo}
fi