Skip to content

Commit b886c8b

Browse files
committedDec 4, 2023
Add Meson stow package
1 parent c9bb2ce commit b886c8b

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed
 

‎README.md

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ This repository uses GNU `stow` to manage `dotfiles`.
2424
- git
2525
- less
2626
- libedit
27+
- meson
2728
- npm
2829
- nvim
2930
- programs

‎bootstrap/shared/stow.sh

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ function stow_setup() {
1414
git \
1515
less \
1616
libedit \
17+
meson \
1718
npm \
1819
nvim \
1920
programs \
+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[host_machine]
2+
system = 'windows'
3+
subsystem = 'windows'
4+
kernel = 'nt'
5+
cpu_family = 'x86_64'
6+
cpu = 'x86_64'
7+
endian = 'little'
8+
9+
[binaries]
10+
ar = 'x86_64-w64-mingw32-ar'
11+
as = 'x86_64-w64-mingw32-as'
12+
c = 'x86_64-w64-mingw32-gcc'
13+
ld = 'x86_64-w64-mingw32-ld'
14+
pkg-config = 'x86_64-w64-mingw32-pkg-config'
15+
ranlib = 'x86_64-w64-mingw32-ranlb'
16+
strip = 'x86_64-w64-mingw32-strip'
17+
windres = 'x86_64-w64-mingw32-windres'
18+
windmc = 'x86_64-w64-mingw32-windmc'

0 commit comments

Comments
 (0)
Please sign in to comment.