new: test/just-message
This commit is contained in:
parent
0215148b3d
commit
aa9652efba
26
test/just-message-1.0.PKGBUILD
Normal file
26
test/just-message-1.0.PKGBUILD
Normal file
@ -0,0 +1,26 @@
|
||||
pkgname="just-message"
|
||||
pkgver="1.0"
|
||||
homepage="https://gitea.phywyj.dynv6.net"
|
||||
pkgdesc="Just a message"
|
||||
license=("GPL")
|
||||
sourses=()
|
||||
urls=()
|
||||
md5sums=()
|
||||
|
||||
src_prepare() {
|
||||
:
|
||||
}
|
||||
|
||||
src_build() {
|
||||
touch "test"
|
||||
}
|
||||
|
||||
src_check() {
|
||||
echo "src_check"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
echo "src_install"
|
||||
install -D -v -m644 "test" "${pkgdir}/test"
|
||||
leaf_record_message "A test message"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user