attempt 1
Some checks failed
PikaOS Package Build & Release (amd64-v3) / build (push) Failing after 36s
Some checks failed
PikaOS Package Build & Release (amd64-v3) / build (push) Failing after 36s
This commit is contained in:
parent
f18cc0f9c0
commit
170215aa39
2
.github/release-nest-v3
vendored
2
.github/release-nest-v3
vendored
@ -1 +1 @@
|
|||||||
1
|
2
|
||||||
|
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -1,5 +0,0 @@
|
|||||||
apx (2.4.3) pika; urgency=medium
|
|
||||||
|
|
||||||
* First Release
|
|
||||||
|
|
||||||
-- Ward Nakchbandi <hotrod.master@hotmail.com> Fri, 09 Oct 2022 21:38:00 +0300
|
|
19
debian/control
vendored
19
debian/control
vendored
@ -1,19 +0,0 @@
|
|||||||
Source: apx
|
|
||||||
Section: devel
|
|
||||||
Priority: extra
|
|
||||||
Maintainer: Ward Nakchbandi <hotrod.master@hotmail.com>
|
|
||||||
Build-Depends: debhelper-compat (= 13),
|
|
||||||
dh-golang,
|
|
||||||
golang-go
|
|
||||||
Standards-Version: 3.9.6
|
|
||||||
Homepage: https://github.com/vanilla-os/apx
|
|
||||||
Vcs-Browser: https://github.com/vanilla-os/apx
|
|
||||||
Vcs-Git: git://github.com/vanilla-os/apx.git
|
|
||||||
|
|
||||||
Package: apx
|
|
||||||
Architecture: linux-any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
podman
|
|
||||||
Built-Using: ${misc:Built-Using}
|
|
||||||
Description: Apx is the default package manager in Vanilla OS.
|
|
23
debian/copyright
vendored
23
debian/copyright
vendored
@ -1,23 +0,0 @@
|
|||||||
Format: http://dep.debian.net/deps/dep5
|
|
||||||
Upstream-Name: Vanilla OS First Setup
|
|
||||||
Source: https://github.com/vanilla-os/
|
|
||||||
|
|
||||||
Files: *
|
|
||||||
Copyright: 2023 Vanilla-OS contributors
|
|
||||||
License: GPL-3.0
|
|
||||||
|
|
||||||
License: GPL-3.0
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation, either version 3 of the License.
|
|
||||||
.
|
|
||||||
This package is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
.
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
.
|
|
||||||
On Debian systems, the complete text of the GNU General
|
|
||||||
Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
|
|
17
debian/rules
vendored
17
debian/rules
vendored
@ -1,17 +0,0 @@
|
|||||||
#!/usr/bin/make -f
|
|
||||||
|
|
||||||
export DH_GOPKG := github.com/vanilla-os/apx
|
|
||||||
export GO111MODULE := on
|
|
||||||
export GOPROXY := https://proxy.golang.org,direct
|
|
||||||
|
|
||||||
%:
|
|
||||||
dh $@
|
|
||||||
|
|
||||||
override_dh_install:
|
|
||||||
dh_install
|
|
||||||
ln -sf /usr/bin/apx debian/apx/usr/bin/apx2
|
|
||||||
make install-manpages DESTDIR=debian/apx/
|
|
||||||
|
|
||||||
override_dh_auto_build:
|
|
||||||
go mod download
|
|
||||||
dh_auto_build --
|
|
1
debian/source/format
vendored
1
debian/source/format
vendored
@ -1 +0,0 @@
|
|||||||
3.0 (native)
|
|
8
main.sh
8
main.sh
@ -2,16 +2,14 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
VERSION="2.4.3"
|
|
||||||
|
|
||||||
source ./pika-build-config.sh
|
source ./pika-build-config.sh
|
||||||
|
|
||||||
echo "$PIKA_BUILD_ARCH" > pika-build-arch
|
echo "$PIKA_BUILD_ARCH" > pika-build-arch
|
||||||
|
|
||||||
# Clone Upstream
|
# Clone Upstream
|
||||||
git clone --recurse-submodules https://github.com/Vanilla-OS/apx -b v"$VERSION"
|
git clone --recurse-submodules --depth=1 https://github.com/linuxmint/webapp-manager
|
||||||
cp -rvf ./debian ./apx/
|
cp -rvf ./debian ./webapp-manager/
|
||||||
cd ./apx
|
cd ./webapp-manager
|
||||||
|
|
||||||
# Get build deps
|
# Get build deps
|
||||||
apt-get build-dep ./ -y
|
apt-get build-dep ./ -y
|
||||||
|
Loading…
Reference in New Issue
Block a user