mirror of
https://github.com/SinTan1729/lure-repo.git
synced 2025-04-19 09:10:00 -05:00
Compare commits
5 commits
0fd3ec64e7
...
95c5d35820
Author | SHA1 | Date | |
---|---|---|---|
95c5d35820 | |||
cf223dece3 | |||
bca80f0d8e | |||
81176c4f63 | |||
44c3b6c5ac |
1 changed files with 4 additions and 2 deletions
|
@ -20,9 +20,11 @@ version() {
|
|||
package() {
|
||||
# Pull sources
|
||||
echo "Pulling ${name} ${version}"
|
||||
curl -L "https://github.com/${git_repo}/releases/latest/download/nvim-linux64.tar.gz" -o ${name}.tar.gz
|
||||
curl -L "https://github.com/${git_repo}/releases/latest/download/nvim-linux-x86_64.tar.gz" -o ${name}.tar.gz
|
||||
# Build package
|
||||
echo "Creating the package"
|
||||
tar -xzf "${name}.tar.gz" -C .
|
||||
cp -R nvim-linux64 ${pkgdir}/usr
|
||||
mkdir ${pkgdir}/usr
|
||||
cd ./nvim-linux-x86_64
|
||||
cp -r share lib bin ${pkgdir}/usr/
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue