summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 02016a7d60b01190524f3e92ab9d0d5b33673d60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Noeljnuior <liamgliamgmailcom>

pkgname=pscripts
pkgver=0.1a
pkgrel=1
pkgdesc="Noeljunior's pscripts: some handy scripts for users and sysadmins"
arch=('any')
url="https://github.com/Noeljunior/pscripts"
license=('GPL')
depends=(git)
source=("$pkgname::git+https://github.com/Noeljunior/pscripts")
md5sums=('SKIP')

package() {
	cd $srcdir/$pkgname

    ./sysadmin/pscripts install "${pkgdir}/opt/$pkgname" "/opt/$pkgname" "${pkgdir}/etc/profile.d"
}