Skip to content
This repository was archived by the owner on Dec 6, 2019. It is now read-only.

Commit 365de1a

Browse files
committed
Added to AUR
1 parent 158ce31 commit 365de1a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,9 @@ POTFILES
99
config*
1010
regex-markup.spec
1111
stamp-h1
12+
*.o
13+
src/remark
14+
src/cacheline
15+
lib/alloca.h
16+
lib/libgnu.a
17+
src/common/lib_common.a

archlinux/PKGBUILD

+3-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ build() {
4545
# BUILD HERE
4646
#
4747
./configure --prefix=/usr
48-
make install
48+
49+
msg "configured!"
50+
make
4951
}
5052

5153
package() {

0 commit comments

Comments
 (0)