update: just-hook-2.0
This commit is contained in:
20
test/just-hook-2.0.PKGBUILD
Normal file
20
test/just-hook-2.0.PKGBUILD
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user