mirror of
https://github.com/arthur-pbty/arch-custom-iso.git
synced 2026-08-01 20:28:05 +02:00
correction de la description des paquets dans les fichiers PKGBUILD pour hello-custom et optifetch
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
pkgname=hello-custom
|
||||
pkgver=1.0
|
||||
pkgrel=1
|
||||
pkgdesc='Petit exemple de programme personnalisé à intégrer dans l\'ISO'
|
||||
pkgdesc="Petit exemple de programme personnalisé à intégrer dans l'ISO"
|
||||
arch=('x86_64')
|
||||
license=('MIT')
|
||||
source=("hello-custom.sh")
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
pkgname=optifetch
|
||||
pkgver=1.0
|
||||
pkgrel=1
|
||||
pkgdesc='Version personnalisée de fastfetch intégrée dans l\'ISO'
|
||||
pkgdesc="Version personnalisée de fastfetch intégrée dans l'ISO"
|
||||
arch=('x86_64')
|
||||
url='https://example.com/ton-projet'
|
||||
license=('MIT')
|
||||
@@ -11,7 +11,7 @@ depends=('gcc' 'make')
|
||||
source=("optifetch::git+https://github.com/arthur-pbty/optifetch.git")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
pkg() {
|
||||
package() {
|
||||
cd "$srcdir/optifetch"
|
||||
make
|
||||
install -Dm0755 optifetch "$pkgdir/usr/bin/optifetch"
|
||||
|
||||
Reference in New Issue
Block a user