commit c9b0b2b

chld  ·  2026-09-08 02:22:34 +0000 UTC
parent 4235b87
remove fucky conty package, get it from releases, it always works there
3 files changed,  +0, -22
+0, -1
1@@ -1 +0,0 @@
2->libfuse
+0, -6
1@@ -1,6 +0,0 @@
2-name: conty
3-description: archlinux container
4-license: MIT
5-upstream: https://github.com/Kron4ek/Conty/
6-version: 1.29.3
7-maintainer: chld
+0, -15
 1@@ -1,15 +0,0 @@
 2-#!/bin/sh -ue
 3-NAME=conty
 4-VERSION=1.25
 5-RELEASE=1
 6-SOURCE="https://github.com/Kron4ek/${NAME}/releases/download/${VERSION}/conty.sh"
 7-
 8-build(){
 9-    mkdir -p $PKG/$PREFIX/bin
10-    
11-    # this is probably not reccomended but ill do it until further notice
12-    cp /var/cache/dtr/distfiles/conty.sh.tar.gz $PKG/$PREFIX/bin/conty
13-    chmod 755 $PKG/$PREFIX/bin/conty
14-}
15-
16-. ${0%/*}/../../libsh/libdmake.sh