Update .forgejo/workflows/build.yml
This commit is contained in:
parent
7456501bda
commit
284563012f
1 changed files with 29 additions and 0 deletions
|
@ -66,3 +66,32 @@ jobs:
|
||||||
Package:
|
Package:
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
- name: Setup directories
|
||||||
|
run: |
|
||||||
|
mkdir BeefDeb
|
||||||
|
mkdir BeefDeb/DEBIAN
|
||||||
|
mkdir BeefDeb/opt
|
||||||
|
mkdir BeefDeb/opt/BeefBuild
|
||||||
|
mkdir BeefDeb/usr
|
||||||
|
mkdir BeefDeb/usr/bin
|
||||||
|
|
||||||
|
- name: Download artifact
|
||||||
|
uses: actions/download-artifact@v3
|
||||||
|
with:
|
||||||
|
name: BeefBuild
|
||||||
|
path: BeefDeb/opt/BeefBuild
|
||||||
|
|
||||||
|
- name: Create control file
|
||||||
|
run: |
|
||||||
|
cat > BeefDeb/DEBIAN/control << EOF
|
||||||
|
Package: beefbuild
|
||||||
|
Version: 0.43.4.20240909
|
||||||
|
Section: Beef
|
||||||
|
Priority: optional
|
||||||
|
Architecture: amd64
|
||||||
|
Homepage: https://www.beeflang.org/
|
||||||
|
Maintainer: Booklordofthedings <Booklordofthedings@tutanota.com>
|
||||||
|
Description: A compiler for beef. Use BeefBuild -help to get more information
|
||||||
|
EOF
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue