summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormyself6002022-12-15 19:35:17 +0100
committermyself6002022-12-15 19:35:17 +0100
commitd0c29c311cb32cffbb8d0eff57a20a8a745b669b (patch)
treeafdc3dab1b21c52de588e96c7bde33ebbbe93564
downloadaur-d0c29c311cb32cffbb8d0eff57a20a8a745b669b.tar.gz
Upload files
-rw-r--r--.SRCINFO24
-rw-r--r--PKGBUILD30
-rw-r--r--narcissu2-v1.1.desktop7
-rw-r--r--narcissu2.desktop7
4 files changed, 68 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..33a4c519e53d
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,24 @@
+pkgbase = narcissu2
+ pkgdesc = A free japanese visual novel game, translated into English. This package includes both Narcissu and Narcissu: Side 2nd.
+ pkgver = 600392_steam+v1.1
+ pkgrel = 1
+ url = https://www.neechin.net/narcissu/
+ arch = any
+ license = custom:freeware
+ depends = ponscripter
+ source = https://archive.org/download/narcissu2/narcissu2.7z
+ source = https://archive.org/download/narcissu2/arc1.7z
+ source = https://www.neechin.net/file_download/27/Narcissu_2_Eng_v1.1_script_[All_platforms].zip
+ source = https://github.com/07th-mod/ponscripter-fork/raw/mod/src/resources/narci2.ico
+ source = https://github.com/07th-mod/ponscripter-fork/raw/mod/src/resources/narci2.png
+ source = narcissu2.desktop
+ source = narcissu2-v1.1.desktop
+ md5sums = b8032dd59633ce10f13321489b73da1a
+ md5sums = a0b15677ba3f723f642bce5c9b2d8073
+ md5sums = cbbdf90489e0b937454e4ed94d63824a
+ md5sums = 571d83dfa4b39c0ba95f825810104243
+ md5sums = 50dbdaba66b5ad8837fd364610e72822
+ md5sums = e86538eae0bc9618729beb46321b9374
+ md5sums = ac5dee47fb26b39e3b5d1737200a7de8
+
+pkgname = narcissu2
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..b96293bc67e1
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,30 @@
+pkgname=narcissu2
+pkgver=600392_steam+v1.1 # https://steamdb.info/app/264380/patchnotes/
+pkgrel=1
+pkgdesc="A free japanese visual novel game, translated into English. This package includes both Narcissu and Narcissu: Side 2nd."
+arch=(any)
+url=https://www.neechin.net/narcissu/
+license=(custom:freeware)
+depends=(ponscripter)
+source=(
+ https://archive.org/download/narcissu2/{narcissu2,arc1}.7z
+ https://www.neechin.net/file_download/27/Narcissu_2_Eng_v1.1_script_[All_platforms].zip
+ https://github.com/07th-mod/ponscripter-fork/raw/mod/src/resources/narci2.{ico,png}
+ narcissu2{,-v1.1}.desktop)
+md5sums=(
+ b8032dd59633ce10f13321489b73da1a
+ a0b15677ba3f723f642bce5c9b2d8073
+ cbbdf90489e0b937454e4ed94d63824a
+ 571d83dfa4b39c0ba95f825810104243
+ 50dbdaba66b5ad8837fd364610e72822
+ e86538eae0bc9618729beb46321b9374
+ ac5dee47fb26b39e3b5d1737200a7de8)
+package(){
+ mkdir -p "$pkgdir"/usr/share/narcissu2/v1.1
+ cp -r narcissu2 "$pkgdir"/usr/share
+ cp -r arc1/* 0.utf "$pkgdir"/usr/share/narcissu2/v1.1
+ cp {narci2,"$pkgdir"/usr/share/narcissu2/icon}.png
+ ln -s ../icon.png "$pkgdir"/usr/share/narcissu2/v1.1
+ install narci2.ico -Dt "$pkgdir"/usr/share/pixmaps
+ install narcissu2{,-v1.1}.desktop -Dt "$pkgdir"/usr/share/applications
+}
diff --git a/narcissu2-v1.1.desktop b/narcissu2-v1.1.desktop
new file mode 100644
index 000000000000..ef40b55942d8
--- /dev/null
+++ b/narcissu2-v1.1.desktop
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Type=Application
+Name=Narcissu 1st & 2nd (v1.1)
+Exec=ponscr
+Icon=/usr/share/pixmaps/narci2
+Path=/usr/share/narcissu2/v1.1
+Categories=Game
diff --git a/narcissu2.desktop b/narcissu2.desktop
new file mode 100644
index 000000000000..c9fa7be7f02c
--- /dev/null
+++ b/narcissu2.desktop
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Type=Application
+Name=Narcissu 1st & 2nd
+Exec=ponscr
+Icon=/usr/share/pixmaps/narci2
+Path=/usr/share/narcissu2
+Categories=Game