summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 75b54bf2f4e5769fe972daa9406c1a3f6349bf3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer: abdellatif-dev <abdellatif.devlog@gmail.com>
pkgname=st-abdellatif-git
pkgver=0.9.9
pkgrel=1
pkgdesc="my st build"
arch=(x86_64)
url="https://github.com/abdellatif-dev/st-abdellatif.git"
license=('MIT')
depends=(dash sh glibc coreutils libx11 libxinerama libxft freetype2 fontconfig libfontconfig.so)
makedepends=(git make)
optdepends=()
provides=(st)
conflicts=(st)
replaces=()
install=
changelog=
source=("git+$url")
md5sums=('SKIP')

package() {
	cd st-abdellatif
    make DESTDIR="$pkgdir/" clean install
}