We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
YAMLで記述するビルドスクリプトです。
# comment # ref: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=gotty # package info name: gotty version: 1.2 release: 1 desc: Go TTY - The Really Simple TTY Terminal Application url: http://gotty.io # source code & patch (which are downloaded and extracted into $srcdir) sources: - https://github.com/gotty/gotty/releases/download/v$version/$name-$version.tar.xz sums: - 78b5341e0fde2747dad05ebecf04e11d19b2a9984029418d594ae381caf0ec32 # shell script build: - cd "$srcdir/$name-$version" - ./configure --prefix=/usr - make # shell script package: - cd "$srcdir/$name-$version" - make DESTDIR="$pkgdir" install
sources
$hoge
$srcdir
$pkgdir
$name-$version-$release-$arch.pkg.tar.gz
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1. BEKOBUILD とは
YAMLで記述するビルドスクリプトです。
2. 記述例
3. 備考
sources
で指定されたファイルについて、展開可能であれば展開(well-knownな拡張子の場合)$hoge
という記述で自分自身のパラメータや bekobrew 本体から与えられる情報(e.g.,$srcdir
,$pkgdir
)にアクセスできると良い$name-$version-$release-$arch.pkg.tar.gz
4. TODO
The text was updated successfully, but these errors were encountered: