mirror of
https://github.com/arthur-pbty/arch-custom-iso.git
synced 2026-08-01 20:28:05 +02:00
suppression des fichiers PKGBUILD et hello-custom.sh pour le paquet hello-custom
This commit is contained in:
@@ -1,14 +0,0 @@
|
|||||||
# Maintainer: Ton Nom <ton@email>
|
|
||||||
|
|
||||||
pkgname=hello-custom
|
|
||||||
pkgver=1.0
|
|
||||||
pkgrel=1
|
|
||||||
pkgdesc="Petit exemple de programme personnalisé à intégrer dans l'ISO"
|
|
||||||
arch=('x86_64')
|
|
||||||
license=('MIT')
|
|
||||||
source=("hello-custom.sh")
|
|
||||||
sha256sums=('SKIP')
|
|
||||||
|
|
||||||
package() {
|
|
||||||
install -Dm0755 "$srcdir/hello-custom.sh" "$pkgdir/usr/bin/hello-custom"
|
|
||||||
}
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
set -euo pipefail
|
|
||||||
|
|
||||||
echo "Hello from my custom app!"
|
|
||||||
echo "This binary was built from source and included in the ISO."
|
|
||||||
Reference in New Issue
Block a user