first
This commit is contained in:
20
PKGBUILD
Normal file
20
PKGBUILD
Normal file
@@ -0,0 +1,20 @@
|
||||
# Maintainer: Erik Dubois <erik.dubois@gmail.com>
|
||||
pkgname=bbt-calamares-config
|
||||
_destname1="/etc"
|
||||
pkgver=25.11
|
||||
pkgrel=04
|
||||
pkgdesc="calamares for bbt"
|
||||
arch=('any')
|
||||
url="https://yuyujing.cn"
|
||||
license=('GPL3')
|
||||
makedepends=('git')
|
||||
depends=()
|
||||
conflicts=('alci-calamares-config-dev' 'alci-calamares-config-pure' 'alci-calamares-config-btrfs')
|
||||
provides=("${pkgname}")
|
||||
options=(!strip !emptydirs)
|
||||
source=("bbt-calamares-config.zip")
|
||||
sha256sums=('SKIP')
|
||||
package() {
|
||||
install -dm755 ${pkgdir}${_destname1}
|
||||
cp -r ${srcdir}/${pkgname}${_destname1}/* ${pkgdir}${_destname1}
|
||||
}
|
||||
Reference in New Issue
Block a user