update: just-hook-2.0

This commit is contained in:
2025-12-23 00:19:17 -05:00
parent ca99a3a6bd
commit fab06fdd4a
2 changed files with 10 additions and 11 deletions

View File

@@ -0,0 +1,20 @@
pkgname="just-hook"
pkgver="2.0"
homepage="https://gitea.phywyj.dynv6.net"
pkgdesc="Just a Hook file"
license=("GPL")
sources=("test.HOOK")
urls=("test.HOOK")
md5sums=("7d690c223c149520d835ad7c6b24e462")
src_prepare() {
cp ${distdir}/${sources[0]} ./
}
src_build() {
:
}
src_install() {
leaf_install_hook test.HOOK
}