Readd config.h

This commit is contained in:
jose1711
2019-04-10 11:20:09 +02:00
parent e013fcedc3
commit 5d28247a5e
3 changed files with 474 additions and 5 deletions

View File

@@ -4,15 +4,20 @@
pkgname=st
pkgver=0.8.2
pkgrel=1
pkgrel=2
pkgdesc='A simple virtual terminal emulator for X.'
arch=('i686' 'x86_64' 'armv7h')
license=('MIT')
depends=('libxft' 'libxext' 'xorg-fonts-misc')
makedepends=('ncurses')
url="http://st.suckless.org"
source=(http://dl.suckless.org/st/$pkgname-$pkgver.tar.gz)
sha256sums=('aeb74e10aa11ed364e1bcc635a81a523119093e63befd2f231f8b0705b15bf35')
source=(http://dl.suckless.org/st/$pkgname-$pkgver.tar.gz config.h)
sha256sums=('aeb74e10aa11ed364e1bcc635a81a523119093e63befd2f231f8b0705b15bf35' 'SKIP')
prepare() {
# user is supposed to maintain config.h him/herself
cp $srcdir/config.h $srcdir/$pkgname-$pkgver/config.h
}
build() {
cd $srcdir/$pkgname-$pkgver