blob: b4b46f125f1a8dadcd855b6821d598e090bd4a02 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Maintainer: enessmr <enessmr22@gmail.com>
pkgname=hmy-agsv1-fork-enessmr-git
pkgver=1.0
pkgrel=1
pkgdesc="That dotfiles"
arch=('x86_64')
url="https://github.com/enessmr/hyprland-material-you"
license=('GPL3')
makedepends=('git' 'base-devel')
source=("git+https://github.com/enessmr/hyprland-material-you.git")
sha256sums=('SKIP')
pkgver() {
cd "$srcdir/hmy-agsv1-fork-enessmr-git"
cd ..
mv hmy-agsv1-fork-enessmr-git dotfiles
cd "dotfiles"
cat pkgver.txt
}
package() {
cd "$srcdir/dotfiles"
./install.sh
}
|