Search Criteria
Package Details: dejsonlz4-git 9.c4305b8-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/dejsonlz4-git.git (read-only, click to copy) |
---|---|
Package Base: | dejsonlz4-git |
Description: | Decompress Mozilla Firefox bookmarks backup files |
Upstream URL: | https://github.com/avih/dejsonlz4 |
Licenses: | Other |
Submitter: | Cork |
Maintainer: | Cork |
Last Packager: | Cork |
Votes: | 4 |
Popularity: | 0.29 |
First Submitted: | 2020-01-29 17:51 (UTC) |
Last Updated: | 2020-01-29 17:51 (UTC) |
Latest Comments
lmn commented on 2022-04-19 16:00 (UTC) (edited on 2022-04-19 16:01 (UTC) by lmn)
This project has a BSD style license. The included lz4 decompression code also has a BSD style license. So both of these should be handled as described by https://wiki.archlinux.org/title/PKGBUILD#license . This should have the desired effect inside the build function
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
andsed -n '2,28s/^ //p' "$srcdir/$pkgname/src/lz4.c" > "$pkgdir/usr/share/licenses/$pkgname/LICENSE.lz4"
Edit: Fixed formatting