Files
LFS-PKGBUILDs/test/just-hook-2.0.PKGBUILD
2025-12-23 00:19:17 -05:00

21 lines
326 B
Plaintext

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
}