forked from potatameister/PaperKnife
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcom.paperknife.app.yml
More file actions
65 lines (56 loc) · 2.17 KB
/
com.paperknife.app.yml
File metadata and controls
65 lines (56 loc) · 2.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Categories:
- Security
- Writing
License: AGPL-3.0-or-later
WebSite: https://potatameister.github.io/PaperKnife/
SourceCode: https://github.com/potatameister/PaperKnife
IssueTracker: https://github.com/potatameister/PaperKnife/issues
AutoName: PaperKnife
Summary: Privacy-first PDF utility (Zero-Server Architecture)
Description: |-
PaperKnife is a professional-grade, open-source PDF utility designed with a
"Zero-Server Architecture." Every operation (Merge, Split, Compress, etc.)
happens 100% locally on your device.
Your data never leaves your phone.
Core Features:
- Merge, Split, and Compress PDFs.
- Protect and Unlock with strong encryption.
- Convert Images to PDF and vice versa.
- Edit metadata and sign documents electronically.
Built for the community, PaperKnife is fully open-source and contains no tracking,
no analytics, and no advertisements.
RepoType: git
Repo: https://github.com/potatameister/PaperKnife.git
Binaries:
https://github.com/potatameister/PaperKnife/releases/download/v%v/paperknife-lite-v%v.apk
Builds:
- versionName: 1.0.9
versionCode: 10009
commit: v1.0.9
subdir: android/app
sudo:
- curl -Lo node.tar.gz https://nodejs.org/download/release/v22.21.1/node-v22.21.1-linux-x64.tar.gz
- echo "219a152ea859861d75adea578bdec3dce8143853c13c5187f40c40e77b0143b2 node.tar.gz"
| sha256sum -c -
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
gradle:
- yes
prebuild:
- cd ../..
- export VITE_DISABLE_OCR=true
- npm ci
- npm run build
- npx cap sync android
scanignore:
- node_modules/@capacitor/cli/assets/capacitor-cordova-android-plugins.tar.gz
- node_modules/@capacitor/cli/assets/ios-pods-template.tar.gz
- node_modules/@capacitor/cli/assets/ios-spm-template.tar.gz
- node_modules/@capacitor/cli/assets/android-template.tar.gz
- node_modules/@capacitor/cli/assets/capacitor-cordova-ios-plugins.tar.gz
scandelete:
- node_modules
AllowedAPKSigningKeys: aee95e35a247e9fb0fe0b41c0977f889b733c38988c2d1c680f714e318c1e976
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 1.0.9
CurrentVersionCode: 10009