update to LFS 12.4 #1

Merged
wyj merged 146 commits from dev into main 2025-12-22 07:15:10 -05:00
Showing only changes of commit 21943a3b04 - Show all commits

View File

@@ -0,0 +1,28 @@
pkgname="just-vars"
pkgver="1.0"
pkgdesc="print vars"
homepage=""
license=("GPL")
sources=()
urls=()
md5sums=()
src_prepare() {
echo ">>> in src_prepare"
echo "distdir is ${distdir}"
}
src_build() {
echo ">>> in src_build"
echo "distdir is ${distdir}"
}
src_check() {
echo ">>> in src_check"
echo "distdir is ${distdir}"
}
src_install() {
echo ">>> in src_install"
echo "distdir is ${distdir}"
}