Readd config.h
This commit is contained in:
11
PKGBUILD
11
PKGBUILD
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user