pkgs: remove debian packaging from repo
This commit is contained in:
parent
02f24117f0
commit
813de1c703
8
.gitignore
vendored
8
.gitignore
vendored
@ -40,13 +40,5 @@ run/
|
||||
|
||||
.cache/
|
||||
|
||||
# Flatpak builds
|
||||
.flatpak-builder
|
||||
flatbuild
|
||||
builddir
|
||||
# Deb
|
||||
packages/debian/polymc/usr/
|
||||
packages/debian/polymc.deb
|
||||
packages/debian/polymc/DEBIAN/control
|
||||
# Nix/NixOS
|
||||
result/
|
||||
|
@ -1,10 +0,0 @@
|
||||
#!/bin/bash
|
||||
mkdir builddir
|
||||
cd builddir
|
||||
cmake -DLauncher_LAYOUT=lin-system -DCMAKE_INSTALL_PREFIX=../polymc/usr ../../../
|
||||
make -j$(nproc) install
|
||||
cd ..
|
||||
VERSION_PLACEHOLDER=$(git describe --tags | sed 's/-.*//')
|
||||
cp polymc/DEBIAN/control.template polymc/DEBIAN/control
|
||||
sed -i "2s/.*/Version: $VERSION_PLACEHOLDER/" polymc/DEBIAN/control
|
||||
dpkg-deb --build polymc
|
@ -1,9 +0,0 @@
|
||||
Package: polymc
|
||||
Version:
|
||||
Section: games
|
||||
Priority: optional
|
||||
Architecture: amd64
|
||||
Depends: libqt5core5a, libqt5network5, libqt5gui5
|
||||
Maintainer: PolyMC Team
|
||||
Description: PolyMC
|
||||
A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once
|
Loading…
Reference in New Issue
Block a user