blob: 460cd7461056880a36e2a5c0846654ebd9d90361 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
#!/bin/mkpkg
# description: X.org M4 macros
# url: https://xorg.freedesktop.org
name=x11-util-macros
version=1.20.2
release=1
source=(https://www.x.org/releases/individual/util/util-macros-$version.tar.xz)
build() {
cd util-macros-$version
./configure --prefix=/usr
make DESTDIR=$PKG install
}
signify() {
untrusted comment: public key
RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3
}
# vim: filetype=sh
|