init
This commit is contained in:
commit
ff2c8beaac
|
@ -0,0 +1,4 @@
|
||||||
|
*.pkg.tar.zst
|
||||||
|
src/
|
||||||
|
pkg/
|
||||||
|
kevinlinux-branding/
|
|
@ -0,0 +1,12 @@
|
||||||
|
pkgname='kevinlinux-branding'
|
||||||
|
pkgver=1.0.0
|
||||||
|
pkgrel=1
|
||||||
|
epoch=
|
||||||
|
pkgdesc='Branding and customization for the KevinLinux distribution'
|
||||||
|
arch=('any')
|
||||||
|
license=('MIT')
|
||||||
|
source=('git+https://git.kevinthe.horse/KevinSoftware/kevinlinux-branding.git')
|
||||||
|
sha256sums=('SKIP')
|
||||||
|
package() {
|
||||||
|
cp -r kevinlinux-branding/* $pkgdir/
|
||||||
|
}
|
Loading…
Reference in New Issue