Skip to content

Commit

Permalink
helwan repository
Browse files Browse the repository at this point in the history
  • Loading branch information
helwan-linux committed Jan 7, 2024
1 parent ecc6093 commit 6076d58
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Maintainer: Erik Dubois <[email protected]>
pkgname=hel-calamares-config
_destname1="/etc"
pkgver=2.0
pkgrel=01
pkgdesc="calamares for Helwan"
arch=('any')
url="https://github.com/helwan-linux"
license=('GPL3')
makedepends=('git')
depends=()
conflicts=()
provides=("${pkgname}")
options=(!strip !emptydirs)
source=(${pkgname}::"git+${url}/${pkgname}")
sha256sums=('SKIP')
package() {
install -dm755 ${pkgdir}${_destname1}
cp -r ${srcdir}/${pkgname}${_destname1}/* ${pkgdir}${_destname1}
}
Binary file not shown.
Binary file removed x86_64/hel-calamares-config-23.10-01-any.pkg.tar.zst
Binary file not shown.
Binary file modified x86_64/helwan.db.tar.gz
Binary file not shown.
Binary file modified x86_64/helwan.files.tar.gz
Binary file not shown.

0 comments on commit 6076d58

Please sign in to comment.