mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Add README.md to Linux package (#11859)
This commit is contained in:
@@ -65,7 +65,7 @@ fi
|
||||
mkdir -p tmp-debian/usr
|
||||
chmod 0755 tmp-debian/usr
|
||||
tar -xf "${1}" -C tmp-debian/usr
|
||||
rm -f tmp-debian/usr/koreader.appdata.xml
|
||||
rm -f tmp-debian/usr/koreader.appdata.xml tmp-debian/usr/README.md
|
||||
ARCH="$(echo "${1}" | cut -d '-' -f3)"
|
||||
VERSION="$(cut -f2 -dv "tmp-debian/usr/lib/koreader/git-rev" | cut -f1,2 -d-)"
|
||||
DEB_ARCH="$(uname_to_debian "${ARCH}")"
|
||||
|
||||
17
platform/linux/instructions.txt
Normal file
17
platform/linux/instructions.txt
Normal file
@@ -0,0 +1,17 @@
|
||||
KOReader %%VERSION%% (Linux %%ARCH%%)
|
||||
--------
|
||||
|
||||
## Requires
|
||||
|
||||
- `GLIBC` >= %%ABI%%
|
||||
- `SDL2`
|
||||
|
||||
## Users
|
||||
|
||||
#### You shouldn't use this package unless you know what you're doing. Please use [AppImage](https://github.com/koreader/koreader/wiki/Installation-on-desktop-linux#what-is-an-appimage) instead.
|
||||
|
||||
## Package maintainers
|
||||
|
||||
The script in **`bin/`** expects the rest of the **assets** in **`../lib/koreader`**.
|
||||
|
||||
In any case the aforementioned script should jump to the **assets** dir and call **`./reader.lua`**.
|
||||
Reference in New Issue
Block a user