summaryrefslogtreecommitdiffstats
path: root/testing/nodejs-read
diff options
context:
space:
mode:
Diffstat (limited to 'testing/nodejs-read')
-rw-r--r--testing/nodejs-read/APKBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/testing/nodejs-read/APKBUILD b/testing/nodejs-read/APKBUILD
index ffe8d2f45..887fd47f5 100644
--- a/testing/nodejs-read/APKBUILD
+++ b/testing/nodejs-read/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=nodejs-read
-_pkgname=2csv
-pkgver=0.1.1
+_pkgname=read
+pkgver=0.0.1
pkgrel=0
pkgdesc="A node.js extension for reading user input from stdin"
url="https://github.com/isaacs/read"
@@ -23,8 +23,7 @@ build() {
package() {
cd "$_builddir"
install -Dm755 lib/$_pkgname.js "$pkgdir"/usr/lib/node/$_pkgname/$_pkgname.js
- install -Dm755 lib/$_pkgname-web.js "$pkgdir"/usr/lib/node/$_pkgname/$_pkgname-web.js
install -Dm644 package.json "$pkgdir"/usr/lib/node/$_pkgname/package.json
}
-md5sums="b6d77af55bfe3fc44bd1fd7b8b1342a5 2csv-0.1.1.tgz"
+md5sums="e989aa2c7be588bda1680c17fbd0ff69 read-0.0.1.tgz"