mirror of
https://github.com/SinTan1729/lure-repo.git
synced 2024-12-26 06:48:35 -06:00
fix: Add some deps
This commit is contained in:
parent
05600eba1a
commit
65e812d7f6
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
name='fastfetch'
|
name='fastfetch'
|
||||||
version=VERSION
|
version=VERSION
|
||||||
release=1
|
release=2
|
||||||
desc='Like neofetch, but much faster because written in C.'
|
desc='Like neofetch, but much faster because written in C.'
|
||||||
homepage='https://github.com/fastfetch-cli/fastfetch'
|
homepage='https://github.com/fastfetch-cli/fastfetch'
|
||||||
architectures=('amd64')
|
architectures=('amd64')
|
||||||
|
@ -8,6 +8,7 @@ maintainer='SinTan1729'
|
||||||
license=('APACHE-2.0' 'MIT')
|
license=('APACHE-2.0' 'MIT')
|
||||||
provides=('fastfetch', 'flashfetch')
|
provides=('fastfetch', 'flashfetch')
|
||||||
conflicts=('fastfetch', 'flashfetch')
|
conflicts=('fastfetch', 'flashfetch')
|
||||||
|
dependencies=('rpm2cpio', 'zstd')
|
||||||
git_repo='fastfetch-cli/fastfetch'
|
git_repo='fastfetch-cli/fastfetch'
|
||||||
|
|
||||||
sources=()
|
sources=()
|
||||||
|
@ -23,6 +24,7 @@ package() {
|
||||||
curl -L "https://github.com/${git_repo}/releases/latest/download/${name}-${version}-Linux.rpm" -o ${name}.rpm
|
curl -L "https://github.com/${git_repo}/releases/latest/download/${name}-${version}-Linux.rpm" -o ${name}.rpm
|
||||||
# Build package
|
# Build package
|
||||||
echo Creating the package
|
echo Creating the package
|
||||||
|
ls
|
||||||
cd ${pkgdir}
|
cd ${pkgdir}
|
||||||
rpm2cpio ../${name}.rpm | zstd -d | cpio -idmv
|
rpm2cpio ../${name}.rpm | zstd -d | cpio -idmv
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue