summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKodi Craft2022-02-28 18:07:24 +0100
committerKodi Craft2022-02-28 18:07:24 +0100
commit54894bf86312d865ab7b7bae2f9e9cdc55896f06 (patch)
tree08a695e41c468d008dc98b8443e90e65f25320a1
parent240a7ab038e775a5d587eabb1ffad3bc9578e81c (diff)
downloadaur-54894bf86312d865ab7b7bae2f9e9cdc55896f06.tar.gz
I'm really trying
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5499f7b4e0e1..e9a2a31663ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,12 +33,12 @@ build() {
cd "$pkgname-$pkgver"
echo $(pwd)
npm run make-linux
-}
-
-package() {
- echo "idk what to put here"
mkdir /usr/bin/hentaijs
cd out/hentaijs-linux-x64
mv * /usr/bin/hentaijs
ln -s /usr/bin/hentaijs/hentaijs /usr/bin/hentai.js
}
+
+package() {
+ echo "idk what to put here"
+}