Skip to content

Commit

Permalink
[eos-settings-xfce4/eos-settings-i3wm] create new PKGBUILD files
Browse files Browse the repository at this point in the history
  • Loading branch information
killajoe committed Aug 28, 2023
1 parent 0fb1966 commit af3ee10
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
21 changes: 21 additions & 0 deletions eos-settings-i3wm/PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Maintainer: joekamprad <joekamprad at endeavouros.com>

_pkgname=endeavouros-i3wm-setup
pkgname=eos-settings-i3wm
pkgver=1.0
pkgrel=1
pkgdesc="pre user creation skel setup for i3-wm under EndeavourOS"
arch=('any')
groups=('EndeavourOS')
url="https://github.com/killajoe/${_pkgname}"
license=('GPL')
makedepends=('git')
depends=()
source=("https://github.com/endeavouros-team/${_pkgname}/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=('4e4a9a07fd4f576155e8d4042f70c97996922f5e8119e1188166624a13021915')

package() {
cd "$_pkgname-$pkgver"
cp -R "etc" "${pkgdir}/"
chmod -R +x "${pkgdir}/etc/skel/.config/i3/scripts"
}
18 changes: 18 additions & 0 deletions eos-settings-xfce4/PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Maintainer: joekamprad <joekamprad at endeavouros.com>

_pkgname=endeavouros-xfce4-theming
pkgname=eos-settings-xfce4
pkgver=1.0
pkgrel=1
pkgdesc="pre user creation skel setup for xfce4 under EndeavourOS"
arch=("any")
url="https://github.com/endeavouros-team/${_pkgname}"
license=("GPL")
makedepends=("git")
source=("https://github.com/endeavouros-team/${_pkgname}/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=('afdd2729356a2fab03f102fcb3e762f7df8264ca347ca82476287b349c529f35')

package() {
cd "$_pkgname-$pkgver"
cp -R "etc" "${pkgdir}/"
}

0 comments on commit af3ee10

Please sign in to comment.