what if there were more testing packages lol

This commit is contained in:
hippoz 2020-11-07 23:32:09 +02:00
parent f1376cc343
commit ba252a369c
3 changed files with 7 additions and 1 deletions

5
bruhtesting/package Normal file
View file

@ -0,0 +1,5 @@
AL_PKG_CONFIG_DEPLOY=true
AL_PKG_CONFIG_VER="0.1"
AL_PKG_CONFIG_NAME="bruhtesting"
AL_PKG_CONFIG_MAKEDEPENDS=""
AL_PKG_CONFIG_DEPENDS=""

View file

@ -0,0 +1 @@
echo "bruh"

View file

@ -1,5 +1,5 @@
AL_PKG_CONFIG_DEPLOY=true AL_PKG_CONFIG_DEPLOY=true
AL_PKG_CONFIG_VER="0.2" AL_PKG_CONFIG_VER="0.3"
AL_PKG_CONFIG_NAME="testingpackage" AL_PKG_CONFIG_NAME="testingpackage"
AL_PKG_CONFIG_MAKEDEPENDS="" AL_PKG_CONFIG_MAKEDEPENDS=""
AL_PKG_CONFIG_DEPENDS="" AL_PKG_CONFIG_DEPENDS=""