mirror of
https://onedev.site.tesses.net/tesses-framework
synced 2026-02-08 15:55:46 +00:00
Add arch linux
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Maintainer: Mike Nolan <tesses@tesses.net>
|
||||
pkgname=tesses-framework # '-bzr', '-git', '-hg' or '-svn'
|
||||
pkgver=r186.fb5b06a
|
||||
pkgver=1.0.0
|
||||
pkgrel=1
|
||||
pkgdesc=""
|
||||
arch=('x86_64' 'powerpc')
|
||||
|
||||
17
Packaging/Linux/build-arch.sh
Normal file
17
Packaging/Linux/build-arch.sh
Normal file
@@ -0,0 +1,17 @@
|
||||
#!/bin/bash
|
||||
cd /home/build
|
||||
mkdir x86_64
|
||||
cd x86_64
|
||||
cp ../PKGBUILD
|
||||
makepkg
|
||||
curl --user tesses50:$GITEA_AUTH \
|
||||
--upload-file *.pkg.tar.zst \
|
||||
https://git.tesseslanguage.com/api/packages/tesses50/arch/core
|
||||
cd ..
|
||||
mkdir powerpc
|
||||
cd powerpc
|
||||
cp ../PKGBUILD .
|
||||
CARCH=powerpc CMAKE_TOOLCHAIN=/opt/cross/ppc/toolchain.cmake makepkg
|
||||
curl --user tesses50:$GITEA_AUTH \
|
||||
--upload-file *.pkg.tar.zst \
|
||||
https://git.tesseslanguage.com/api/packages/tesses50/arch/core
|
||||
Reference in New Issue
Block a user